File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 2323 "xtend" : " ^4.0.1"
2424 },
2525 "devDependencies" : {
26- "browserify" : " ^13 .0.1 " ,
26+ "browserify" : " ^14 .0.0 " ,
2727 "deepmerge" : " ^1.2.0" ,
2828 "esmangle" : " ^1.0.1" ,
2929 "hast-util-to-html" : " ^3.0.0" ,
3030 "hastscript" : " ^3.0.0" ,
3131 "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" ,
3434 "tape" : " ^4.0.0" ,
3535 "unist-builder" : " ^1.0.1" ,
36- "xo" : " ^0.17 .0"
36+ "xo" : " ^0.18 .0"
3737 },
3838 "scripts" : {
39- "build-md" : " remark . --quiet --frail " ,
39+ "build-md" : " remark . -qfo " ,
4040 "build-bundle" : " browserify index.js --bare -s hastUtilSanitize > hast-util-sanitize.js" ,
4141 "build-mangle" : " esmangle hast-util-sanitize.js > hast-util-sanitize.min.js" ,
4242 "build" : " npm run build-md && npm run build-bundle && npm run build-mangle" ,
5353 },
5454 "xo" : {
5555 "space" : true ,
56+ "esnext" : false ,
5657 "rules" : {
5758 "no-negated-condition" : " off" ,
5859 "guard-for-in" : " off"
6263 ]
6364 },
6465 "remarkConfig" : {
65- "output" : true ,
66- "presets" : " wooorm"
66+ "plugins" : [
67+ " preset-wooorm"
68+ ]
6769 }
6870}
You can’t perform that action at this time.
0 commit comments