File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
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" ,
9
2
"author" :
" Titus Wormer <[email protected] > (wooorm.com)" ,
3
+ "bugs" : " https://github.com/syntax-tree/hast/issues" ,
10
4
"contributors" : [
11
5
" Titus Wormer <[email protected] > (wooorm.com)"
12
6
],
7
+ "description" : " hypertext abstract syntax tree" ,
13
8
"devDependencies" : {
14
9
"remark-cli" : " ^12.0.0" ,
15
10
"remark-preset-wooorm" : " ^10.0.0"
16
11
},
12
+ "keywords" : [],
13
+ "license" : " MIT" ,
14
+ "private" : true ,
15
+ "repository" : " syntax-tree/hast" ,
17
16
"scripts" : {
18
- "format" : " remark . -qfo " ,
17
+ "format" : " remark --frail --output --quiet -- . " ,
19
18
"test" : " npm run format"
20
19
},
21
20
"remarkConfig" : {
22
21
"plugins" : [
23
22
" remark-preset-wooorm"
24
23
]
25
- }
24
+ },
25
+ "version" : " 0.0.0"
26
26
}
You can’t perform that action at this time.
0 commit comments