Skip to content

Commit 5f7be83

Browse files
committed
Refactor package.json
1 parent 38b1159 commit 5f7be83

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,7 @@
22
"name": "unist-util-index",
33
"version": "1.0.0",
44
"description": "Index Unist nodes by property or computed key",
5-
"author": "Eugene Sharygin <eush77@gmail.com>",
65
"license": "MIT",
7-
"scripts": {
8-
"test": "tape test/*.js"
9-
},
10-
"files": [
11-
"index.js"
12-
],
13-
"homepage": "https://github.com/eush77/unist-util-index",
14-
"repository": "eush77/unist-util-index",
15-
"bugs": {
16-
"url": "https://github.com/eush77/unist-util-index/issues"
17-
},
186
"keywords": [
197
"ast",
208
"computed",
@@ -32,6 +20,16 @@
3220
"unist",
3321
"util"
3422
],
23+
"repository": "syntax-tree/unist-util-index",
24+
"bugs": "https://github.com/syntax-tree/unist-util-index/issues",
25+
"author": "Eugene Sharygin <eush77@gmail.com>",
26+
"contributors": [
27+
"Eugene Sharygin <eush77@gmail.com>",
28+
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
29+
],
30+
"files": [
31+
"index.js"
32+
],
3533
"dependencies": {
3634
"es6-map": "^0.1.3",
3735
"unist-util-is": "^2.0.0"
@@ -40,5 +38,8 @@
4038
"tape": "^4.4.0",
4139
"unist-builder": "^1.0.1",
4240
"unist-util-select": "^1.5.0"
41+
},
42+
"scripts": {
43+
"test": "tape test/*.js"
4344
}
4445
}

0 commit comments

Comments
 (0)