Skip to content

Commit 3ab84c1

Browse files
committed
Refactor package.json
1 parent 582e206 commit 3ab84c1

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

package.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,7 @@
22
"name": "unist-util-remove",
33
"version": "1.0.0",
44
"description": "Remove nodes from Unist tree",
5-
"author": "Eugene Sharygin <eush77@gmail.com>",
65
"license": "MIT",
7-
"scripts": {
8-
"test": "tape test/*.js",
9-
"cov": "nyc --reporter lcov tape test/*.js"
10-
},
11-
"files": [
12-
"index.js"
13-
],
14-
"homepage": "https://github.com/eush77/unist-util-remove",
15-
"repository": "eush77/unist-util-remove",
16-
"bugs": {
17-
"url": "https://github.com/eush77/unist-util-remove/issues"
18-
},
196
"keywords": [
207
"ast",
218
"cascade",
@@ -29,11 +16,25 @@
2916
"unist",
3017
"util"
3118
],
19+
"repository": "eush77/unist-util-remove",
20+
"bugs": "https://github.com/eush77/unist-util-remove/issues",
21+
"author": "Eugene Sharygin <eush77@gmail.com>",
22+
"contributors": [
23+
"Eugene Sharygin <eush77@gmail.com>",
24+
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
25+
],
26+
"files": [
27+
"index.js"
28+
],
3229
"dependencies": {
3330
"unist-util-is": "^2.0.0"
3431
},
3532
"devDependencies": {
3633
"tape": "^4.4.0",
3734
"unist-builder": "^1.0.0"
35+
},
36+
"scripts": {
37+
"test": "tape test/*.js",
38+
"cov": "nyc --reporter lcov tape test/*.js"
3839
}
3940
}

0 commit comments

Comments
 (0)