Skip to content

Commit 5d52361

Browse files
committed
Refactor package.json
1 parent c1b9b34 commit 5d52361

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

package.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,7 @@
99
"range",
1010
"mdast"
1111
],
12-
"dependencies": {
13-
"mdast-util-to-string": "^1.0.0"
14-
},
15-
"repository": {
16-
"type": "git",
17-
"url": "https://github.com/wooorm/mdast-util-heading-range.git"
18-
},
12+
"repository": "https://github.com/wooorm/mdast-util-heading-range",
1913
"bugs": "https://github.com/wooorm/mdast-util-heading-range/issues",
2014
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
2115
"contributors": [
@@ -24,6 +18,9 @@
2418
"files": [
2519
"index.js"
2620
],
21+
"dependencies": {
22+
"mdast-util-to-string": "^1.0.0"
23+
},
2724
"devDependencies": {
2825
"browserify": "^13.0.0",
2926
"esmangle": "^1.0.0",

0 commit comments

Comments
 (0)