Skip to content

Commit 6575d99

Browse files
authored
Remove unused dependency
Closes GH-14. Reviewed-by: Titus Wormer <tituswormer@gmail.com>
1 parent 92678b1 commit 6575d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
"mdast-util-to-markdown": "^2.0.0",
4747
"parse-entities": "^4.0.0",
4848
"stringify-entities": "^4.0.0",
49-
"unist-util-remove-position": "^5.0.0",
5049
"unist-util-stringify-position": "^4.0.0",
5150
"vfile-message": "^4.0.0"
5251
},
@@ -61,6 +60,7 @@
6160
"remark-preset-wooorm": "^9.0.0",
6261
"type-coverage": "^2.0.0",
6362
"typescript": "^5.0.0",
63+
"unist-util-remove-position": "^5.0.0",
6464
"xo": "^0.58.0"
6565
},
6666
"scripts": {

0 commit comments

Comments
 (0)