Skip to content

Commit

Permalink
Fix missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 15, 2023
1 parent 12a2d1b commit d7480c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
],
"dependencies": {
"@types/nlcst": "^2.0.0",
"@ungap/structured-clone": "^1.0.0",
"nlcst-to-string": "^4.0.0",
"stemmer": "^2.0.0",
"unist-util-visit": "^5.0.0",
Expand All @@ -43,7 +44,6 @@
"devDependencies": {
"@types/node": "^20.0.0",
"@types/ungap__structured-clone": "^0.3.0",
"@ungap/structured-clone": "^1.2.0",
"c8": "^8.0.0",
"prettier": "^3.0.0",
"remark-cli": "^11.0.0",
Expand Down

0 comments on commit d7480c1

Please sign in to comment.