Skip to content

Commit 48456ee

Browse files
committed
Refactor package.json
1 parent 8d1572f commit 48456ee

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
2-
"private": true,
3-
"version": "0.0.0",
4-
"description": "markdown abstract syntax tree",
5-
"license": "MIT",
6-
"keywords": [],
7-
"repository": "syntax-tree/mdast",
8-
"bugs": "https://github.com/syntax-tree/mdast/issues",
92
"author": "Titus Wormer <[email protected]> (wooorm.com)",
3+
"bugs": "https://github.com/syntax-tree/mdast/issues",
104
"contributors": [
115
"Titus Wormer <[email protected]> (wooorm.com)",
126
"Eugene Sharygin <[email protected]>"
137
],
8+
"description": "markdown abstract syntax tree",
149
"devDependencies": {
1510
"remark-cli": "^11.0.0",
1611
"remark-preset-wooorm": "^9.0.0"
1712
},
18-
"scripts": {
19-
"format": "remark . -qfo",
20-
"test": "npm run format"
21-
},
13+
"keywords": [],
14+
"license": "MIT",
15+
"private": true,
2216
"remarkConfig": {
2317
"plugins": [
2418
"remark-preset-wooorm"
2519
]
26-
}
20+
},
21+
"repository": "syntax-tree/mdast",
22+
"scripts": {
23+
"format": "remark --frail --output --quiet -- .",
24+
"test": "npm run format"
25+
},
26+
"version": "0.0.0"
2727
}

0 commit comments

Comments
 (0)