Skip to content

Commit 54b6784

Browse files
committed
Add missing dependency
Closes GH-8.
1 parent 46d9363 commit 54b6784

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"@types/mdast": "^3.0.0",
3838
"mdast-util-to-string": "^2.0.0",
3939
"micromark": "~2.10.0",
40-
"parse-entities": "^2.0.0"
40+
"parse-entities": "^2.0.0",
41+
"unist-util-stringify-position": "^2.0.0"
4142
},
4243
"devDependencies": {
4344
"@babel/cli": "^7.0.0",

0 commit comments

Comments
 (0)