Skip to content

Commit e04a2f2

Browse files
add missing, but required top-level dependency unist-util-visit
Previously this package was only installed as a dependency of another dependency, meaning package managers not using a flat node_modules (e.g. pnpm) didn't properly install it
1 parent e7705b3 commit e04a2f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"rehype-autolink-headings": "^7.1.0",
1414
"rehype-external-links": "^3.0.0",
1515
"rehype-slug": "^6.0.0",
16-
"remark-custom-heading-id": "^2.0.0"
16+
"remark-custom-heading-id": "^2.0.0",
17+
"unist-util-visit": "^5.1.0"
1718
},
1819
"devDependencies": {
1920
"@rollup/plugin-yaml": "^4.1.2"

0 commit comments

Comments
 (0)