Skip to content

Commit 2c64156

Browse files
committed
Refactor package.json
1 parent a3320d2 commit 2c64156

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"private": true,
3-
"version": "0.0.0",
4-
"description": "hypertext abstract syntax tree",
5-
"license": "MIT",
6-
"keywords": [],
7-
"repository": "syntax-tree/hast",
8-
"bugs": "https://github.com/syntax-tree/hast/issues",
92
"author": "Titus Wormer <[email protected]> (wooorm.com)",
3+
"bugs": "https://github.com/syntax-tree/hast/issues",
104
"contributors": [
115
"Titus Wormer <[email protected]> (wooorm.com)"
126
],
7+
"description": "hypertext abstract syntax tree",
138
"devDependencies": {
149
"remark-cli": "^12.0.0",
1510
"remark-preset-wooorm": "^10.0.0"
1611
},
12+
"keywords": [],
13+
"license": "MIT",
14+
"private": true,
15+
"repository": "syntax-tree/hast",
1716
"scripts": {
18-
"format": "remark . -qfo",
17+
"format": "remark --frail --output --quiet -- .",
1918
"test": "npm run format"
2019
},
2120
"remarkConfig": {
2221
"plugins": [
2322
"remark-preset-wooorm"
2423
]
25-
}
24+
},
25+
"version": "0.0.0"
2626
}

0 commit comments

Comments
 (0)