Skip to content

Commit 5b67933

Browse files
committed
Refactor package.json
1 parent a3da580 commit 5b67933

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

package.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,16 @@
1111
"util",
1212
"utility"
1313
],
14-
"dependencies": {},
15-
"files": [
16-
"index.js"
17-
],
18-
"repository": {
19-
"type": "git",
20-
"url": "https://github.com/wooorm/hast-util-is-element.git"
21-
},
14+
"repository": "https://github.com/wooorm/hast-util-is-element",
2215
"bugs": "https://github.com/wooorm/hast-util-is-element/issues",
2316
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
2417
"contributors": [
2518
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
2619
],
20+
"files": [
21+
"index.js"
22+
],
23+
"dependencies": {},
2724
"devDependencies": {
2825
"browserify": "^13.0.0",
2926
"esmangle": "^1.0.1",

0 commit comments

Comments
 (0)