Skip to content

Commit bbe4f09

Browse files
committed
Refactor package.json
1 parent fba07ec commit bbe4f09

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

package.json

+7-10
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,18 @@
1212
"util",
1313
"utility"
1414
],
15-
"dependencies": {
16-
"hast-util-is-element": "^1.0.0"
17-
},
18-
"files": [
19-
"index.js"
20-
],
21-
"repository": {
22-
"type": "git",
23-
"url": "https://github.com/wooorm/hast-util-script-supporting.git"
24-
},
15+
"repository": "https://github.com/wooorm/hast-util-script-supporting",
2516
"bugs": "https://github.com/wooorm/hast-util-script-supporting/issues",
2617
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
2718
"contributors": [
2819
"Titus Wormer <[email protected]> (http://wooorm.com)"
2920
],
21+
"files": [
22+
"index.js"
23+
],
24+
"dependencies": {
25+
"hast-util-is-element": "^1.0.0"
26+
},
3027
"devDependencies": {
3128
"browserify": "^13.0.0",
3229
"esmangle": "^1.0.1",

0 commit comments

Comments
 (0)