Skip to content

Commit

Permalink
Add dev-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 14, 2023
1 parent 19251fc commit 3d11bb5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@
"@types/mdast": "^4.0.0",
"@types/parse-author": "^2.0.0",
"@types/pluralize": "^0.0.33",
"@types/ungap__structured-clone": "^0.3.0",
"@ungap/structured-clone": "^1.0.0",
"c8": "^8.0.0",
"comment-parser": "^1.0.0",
"github-slugger": "^2.0.0",
Expand Down
1 change: 1 addition & 0 deletions script/plugin/list-of-plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

import assert from 'node:assert/strict'
import fs from 'node:fs/promises'
import structuredClone from '@ungap/structured-clone'
import {zone} from 'mdast-zone'
import {packagesUrl, plugins} from '../info.js'

Expand Down
1 change: 1 addition & 0 deletions script/plugin/list-of-presets.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

import assert from 'node:assert/strict'
import fs from 'node:fs/promises'
import structuredClone from '@ungap/structured-clone'
import {zone} from 'mdast-zone'
import {packagesUrl, presets} from '../info.js'

Expand Down

0 comments on commit 3d11bb5

Please sign in to comment.