Skip to content

Commit 83b7f5a

Browse files
committed
Refactor package.json
1 parent d8c8285 commit 83b7f5a

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-builder",
33
"version": "1.0.2",
44
"description": "Helper for creating unist trees",
5-
"author": "Eugene Sharygin <[email protected]>",
65
"license": "MIT",
7-
"scripts": {
8-
"test": "tape test/*.js"
9-
},
10-
"files": [
11-
"index.js"
12-
],
13-
"homepage": "https://github.com/eush77/unist-builder",
14-
"repository": "eush77/unist-builder",
15-
"bugs": {
16-
"url": "https://github.com/eush77/unist-builder/issues"
17-
},
186
"keywords": [
197
"ast",
208
"build",
@@ -27,10 +15,23 @@
2715
"tree",
2816
"unist"
2917
],
18+
"repository": "syntax-tree/unist-builder",
19+
"bugs": "https://github.com/syntax-tree/unist-builder/issues",
20+
"author": "Eugene Sharygin <[email protected]>",
21+
"contributors": [
22+
"Eugene Sharygin <[email protected]>",
23+
"Titus Wormer <[email protected]> (http://wooorm.com)"
24+
],
25+
"files": [
26+
"index.js"
27+
],
3028
"dependencies": {
3129
"object-assign": "^4.1.0"
3230
},
3331
"devDependencies": {
3432
"tape": "^4.2.0"
33+
},
34+
"scripts": {
35+
"test": "tape test/*.js"
3536
}
3637
}

0 commit comments

Comments
 (0)