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 2525 },
2626 "devDependencies" : {
2727 "browserify" : " ^16.0.0" ,
28- "esmangle" : " ^1.0.0" ,
2928 "nyc" : " ^14.0.0" ,
3029 "prettier" : " ^1.0.0" ,
3130 "remark" : " ^10.0.0" ,
3231 "remark-cli" : " ^6.0.0" ,
3332 "remark-preset-wooorm" : " ^5.0.0" ,
3433 "tape" : " ^4.0.0" ,
34+ "tinyify" : " ^2.5.0" ,
3535 "xo" : " ^0.24.0"
3636 },
3737 "scripts" : {
3838 "format" : " remark . -qfo && prettier --write \" **/*.js\" && xo --fix" ,
39- "build-bundle" : " browserify index.js --no-builtins - s unistUtilFindBefore > unist-util-find-before.js" ,
40- "build-mangle" : " esmangle unist-util-find-before.js > unist-util-find-before.min.js" ,
39+ "build-bundle" : " browserify . - s unistUtilFindBefore -o unist-util-find-before.js" ,
40+ "build-mangle" : " browserify . -s unistUtilFindBefore -p tinyify -o unist-util-find-before.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