Skip to content

Commit 34c6cbb

Browse files
committed
Refactor package.json
1 parent c10721d commit 34c6cbb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"private": true,
3-
"version": "1.0.0",
4-
"description": "extensible abstract syntax tree",
5-
"license": "cc-by-4.0",
6-
"keywords": [],
7-
"repository": "syntax-tree/xast",
8-
"bugs": "https://github.com/syntax-tree/xast/issues",
92
"author": "Titus Wormer <[email protected]> (wooorm.com)",
3+
"bugs": "https://github.com/syntax-tree/xast/issues",
104
"contributors": [
115
"Titus Wormer <[email protected]> (wooorm.com)"
126
],
7+
"description": "extensible abstract syntax tree",
138
"devDependencies": {
149
"remark-cli": "^12.0.0",
1510
"remark-preset-wooorm": "^10.0.0"
1611
},
12+
"keywords": [],
13+
"license": "cc-by-4.0",
14+
"private": true,
1715
"scripts": {
18-
"format": "remark . -qfo",
16+
"format": "remark --frail --output --quiet -- .",
1917
"test": "npm run format"
2018
},
2119
"remarkConfig": {
2220
"plugins": [
2321
"remark-preset-wooorm"
2422
]
25-
}
23+
},
24+
"repository": "syntax-tree/xast",
25+
"version": "1.0.0"
2626
}

0 commit comments

Comments
 (0)