Skip to content

Commit a392fc6

Browse files
committed
Refactor package.json
1 parent d25c36e commit a392fc6

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"private": true,
3-
"version": "1.0.0",
4-
"description": "ecmascript abstract syntax tree",
5-
"license": "MIT",
6-
"keywords": [],
7-
"repository": "syntax-tree/esast",
8-
"bugs": "https://github.com/syntax-tree/esast/issues",
92
"author": "Titus Wormer <[email protected]> (https://wooorm.com)",
3+
"bugs": "https://github.com/syntax-tree/esast/issues",
104
"contributors": [
115
"Titus Wormer <[email protected]> (https://wooorm.com)"
126
],
7+
"description": "ecmascript abstract syntax tree",
138
"devDependencies": {
149
"remark-cli": "^12.0.0",
1510
"remark-preset-wooorm": "^10.0.0"
1611
},
17-
"scripts": {
18-
"format": "remark . -qfo",
19-
"test": "npm run format"
20-
},
12+
"keywords": [],
13+
"license": "MIT",
14+
"private": true,
2115
"remarkConfig": {
2216
"plugins": [
2317
"preset-wooorm"
2418
]
25-
}
19+
},
20+
"repository": "syntax-tree/esast",
21+
"scripts": {
22+
"format": "remark --frail --output --quiet -- .",
23+
"test": "npm run format"
24+
},
25+
"version": "1.0.0"
2626
}

0 commit comments

Comments
 (0)