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