File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 3333 "xtend" : " ^4.0.1"
3434 },
3535 "devDependencies" : {
36- "browserify" : " ^13 .0.1 " ,
36+ "browserify" : " ^14 .0.0 " ,
3737 "esmangle" : " ^1.0.1" ,
3838 "nyc" : " ^10.0.0" ,
39- "remark-cli" : " ^2 .0.0" ,
40- "remark-preset-wooorm" : " ^1 .0.0" ,
39+ "remark-cli" : " ^3 .0.0" ,
40+ "remark-preset-wooorm" : " ^2 .0.0" ,
4141 "tape" : " ^4.0.0" ,
4242 "xo" : " ^0.17.1"
4343 },
4444 "scripts" : {
45- "build-md" : " remark . --quiet --frail " ,
45+ "build-md" : " remark . -qfo " ,
4646 "build-bundle" : " browserify index.js --bare -s mdastUtilToHAST > mdast-util-to-hast.js" ,
4747 "build-mangle" : " esmangle mdast-util-to-hast.js > mdast-util-to-hast.min.js" ,
4848 "build" : " npm run build-md && npm run build-bundle && npm run build-mangle" ,
6666 ]
6767 },
6868 "remarkConfig" : {
69- "output" : true ,
70- "presets" : " wooorm"
69+ "plugins" : [" preset-wooorm" ]
7170 }
7271}
You can’t perform that action at this time.
0 commit comments