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