File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 3030 "space-separated-tokens" : " ^1.0.0"
3131 },
3232 "devDependencies" : {
33- "browserify" : " ^13.0 .0" ,
33+ "browserify" : " ^14.3 .0" ,
3434 "esmangle" : " ^1.0.0" ,
35- "nyc" : " ^9.0.1 " ,
36- "remark-cli" : " ^2 .0.0" ,
37- "remark-preset-wooorm" : " ^1 .0.0" ,
35+ "nyc" : " ^10.2.0 " ,
36+ "remark-cli" : " ^3 .0.0" ,
37+ "remark-preset-wooorm" : " ^2 .0.0" ,
3838 "tape" : " ^4.0.0" ,
39- "xo" : " ^0.17 .0"
39+ "xo" : " ^0.18 .0"
4040 },
4141 "scripts" : {
42- "build-md" : " remark . --quiet --frail " ,
42+ "build-md" : " remark . -qfo " ,
4343 "build-bundle" : " browserify index.js --bare -s hastscript > hastscript.js" ,
4444 "build-mangle" : " esmangle hastscript.js > hastscript.min.js" ,
4545 "build" : " npm run build-md && npm run build-bundle && npm run build-mangle" ,
5656 },
5757 "xo" : {
5858 "space" : true ,
59+ "esnext" : false ,
5960 "rules" : {
6061 "no-self-compare" : " off" ,
6162 "guard-for-in" : " off"
6566 ]
6667 },
6768 "remarkConfig" : {
68- "output" : true ,
69- "presets" : " wooorm"
69+ "plugins" : [
70+ " preset-wooorm"
71+ ]
7072 }
7173}
You can’t perform that action at this time.
0 commit comments