Skip to content

Commit 6e052cb

Browse files
committed
Refactor package.json
1 parent 79ca1d3 commit 6e052cb

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-filter",
33
"version": "0.2.1",
44
"description": "Create a new Unist tree with all nodes that pass the test implemented by the provided function",
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-filter",
14-
"repository": "eush77/unist-util-filter",
15-
"bugs": {
16-
"url": "https://github.com/eush77/unist-util-filter/issues"
17-
},
186
"keywords": [
197
"ast",
208
"clone",
@@ -26,6 +14,16 @@
2614
"unist",
2715
"util"
2816
],
17+
"repository": "eush77/unist-util-filter",
18+
"bugs": "https://github.com/eush77/unist-util-filter/issues",
19+
"author": "Eugene Sharygin <eush77@gmail.com>",
20+
"contributors": [
21+
"Eugene Sharygin <eush77@gmail.com>",
22+
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
23+
],
24+
"files": [
25+
"index.js"
26+
],
2927
"dependencies": {
3028
"flatmap": "0.0.3",
3129
"unist-util-is": "^1.0.0"
@@ -34,5 +32,8 @@
3432
"tape": "^4.4.0",
3533
"unist-builder": "^1.0.0",
3634
"unist-util-select": "^1.3.0"
35+
},
36+
"scripts": {
37+
"test": "tape test/*.js"
3738
}
3839
}

0 commit comments

Comments
 (0)