Skip to content

Commit

Permalink
Remove unused hast-util-raw dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Aug 27, 2024
1 parent 9d7a2f7 commit 8788add
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"@types/unist": "^3.0.0",
"ccount": "^2.0.0",
"comma-separated-tokens": "^2.0.0",
"hast-util-raw": "^9.0.0",
"hast-util-whitespace": "^3.0.0",
"html-void-elements": "^3.0.0",
"mdast-util-to-hast": "^13.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/raw.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @typedef {import('hast-util-raw')} DoNotTouchThisRegistersRawInTheTree
* @typedef {import('mdast-util-to-hast')} DoNotTouchThisRegistersRawInTheTree
*/

import assert from 'node:assert/strict'
Expand Down

0 comments on commit 8788add

Please sign in to comment.