File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
"browserify" : " ^14.0.0" ,
30
30
"esmangle" : " ^1.0.0" ,
31
31
"nyc" : " ^10.0.0" ,
32
- "remark-cli" : " ^2 .0.0" ,
33
- "remark-preset-wooorm" : " ^1 .0.0" ,
32
+ "remark-cli" : " ^3 .0.0" ,
33
+ "remark-preset-wooorm" : " ^2 .0.0" ,
34
34
"tape" : " ^4.6.2" ,
35
35
"xo" : " ^0.17.1"
36
36
},
37
37
"scripts" : {
38
- "build-md" : " remark . --quiet --frail --output " ,
38
+ "build-md" : " remark . -qfo " ,
39
39
"build-bundle" : " browserify index.js --bare -s unistUtilModifyChildren > unist-util-modify-children.js" ,
40
40
"build-mangle" : " esmangle < unist-util-modify-children.js > unist-util-modify-children.min.js" ,
41
41
"build" : " npm run build-md && npm run build-bundle && npm run build-mangle" ,
57
57
"branches" : 100
58
58
},
59
59
"remarkConfig" : {
60
- "presets " : " wooorm"
60
+ "plugins " : [ " preset- wooorm" ]
61
61
}
62
62
}
You can’t perform that action at this time.
0 commit comments