Skip to content

Commit 74531f9

Browse files
committed
Refactor package.json
1 parent 22b82af commit 74531f9

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Diff for: package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
2-
"private": true,
3-
"version": "0.0.0",
4-
"description": "universal syntax tree",
5-
"license": "CC-BY-4.0",
6-
"keywords": [],
7-
"repository": "syntax-tree/unist",
8-
"bugs": "https://github.com/syntax-tree/unist/issues",
92
"author": "Titus Wormer <tituswormer@gmail.com> (wooorm.com)",
3+
"bugs": "https://github.com/syntax-tree/unist/issues",
104
"contributors": [
11-
"Titus Wormer <tituswormer@gmail.com> (wooorm.com)",
5+
"Christian Murphy <christian.murphy.42@gmail.com>",
126
"Eugene Sharygin <eush77@gmail.com>",
13-
"Christian Murphy <christian.murphy.42@gmail.com>"
7+
"Titus Wormer <tituswormer@gmail.com> (wooorm.com)"
148
],
159
"devDependencies": {
1610
"remark-cli": "^12.0.0",
1711
"remark-preset-wooorm": "^10.0.0"
1812
},
19-
"scripts": {
20-
"format": "remark --frail --output --quiet -- .",
21-
"test": "npm run format"
22-
},
13+
"description": "universal syntax tree",
14+
"keywords": [],
15+
"license": "CC-BY-4.0",
16+
"private": true,
2317
"remarkConfig": {
2418
"plugins": [
2519
"remark-preset-wooorm"
2620
]
27-
}
21+
},
22+
"repository": "syntax-tree/unist",
23+
"scripts": {
24+
"format": "remark --frail --output --quiet -- .",
25+
"test": "npm run format"
26+
},
27+
"version": "0.0.0"
2828
}

0 commit comments

Comments
 (0)