File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 },
2727 "devDependencies" : {
2828 "browserify" : " ^16.0.0" ,
29- "esmangle" : " ^1.0.1" ,
3029 "nyc" : " ^13.0.0" ,
3130 "prettier" : " ^1.13.5" ,
3231 "remark-cli" : " ^6.0.0" ,
3332 "remark-preset-wooorm" : " ^4.0.0" ,
3433 "tape" : " ^4.4.0" ,
34+ "tinyify" : " ^2.4.3" ,
3535 "xo" : " ^0.23.0"
3636 },
3737 "scripts" : {
3838 "format" : " remark . -qfo && prettier --write '**/*.js' && xo --fix" ,
39- "build-bundle" : " browserify index.js --bare -s hastUtilScriptSupporting > hast-util-script-supporting.js" ,
40- "build-mangle" : " esmangle hast-util-script-supporting.js > hast-util-script-supporting.min.js" ,
39+ "build-bundle" : " browserify . -s hastUtilScriptSupporting > hast-util-script-supporting.js" ,
40+ "build-mangle" : " browserify . -s hastUtilScriptSupporting -p tinyify > hast-util-script-supporting.min.js" ,
4141 "build" : " npm run build-bundle && npm run build-mangle" ,
4242 "test-api" : " node test" ,
4343 "test-coverage" : " nyc --reporter lcov tape test.js" ,
You can’t perform that action at this time.
0 commit comments