Skip to content

Commit 488f10d

Browse files
committed
Refactor package.json
1 parent 4511484 commit 488f10d

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

package.json

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,18 @@
1111
"util",
1212
"utility"
1313
],
14-
"dependencies": {
15-
"hast-util-is-element": "^1.0.0"
16-
},
17-
"files": [
18-
"index.js"
19-
],
20-
"repository": {
21-
"type": "git",
22-
"url": "https://github.com/syntax-tree/hast-util-embedded.git"
23-
},
14+
"repository": "syntax-tree/hast-util-embedded",
2415
"bugs": "https://github.com/syntax-tree/hast-util-embedded/issues",
2516
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
2617
"contributors": [
2718
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
2819
],
20+
"files": [
21+
"index.js"
22+
],
23+
"dependencies": {
24+
"hast-util-is-element": "^1.0.0"
25+
},
2926
"devDependencies": {
3027
"browserify": "^14.0.0",
3128
"esmangle": "^1.0.1",

0 commit comments

Comments
 (0)