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 2323 },
2424 "devDependencies" : {
2525 "browserify" : " ^16.0.0" ,
26- "esmangle" : " ^1.0.1" ,
2726 "nyc" : " ^13.0.0" ,
2827 "prettier" : " ^1.12.1" ,
2928 "remark" : " ^10.0.0" ,
3029 "remark-cli" : " ^6.0.0" ,
3130 "remark-preset-wooorm" : " ^4.0.0" ,
3231 "tape" : " ^4.0.0" ,
32+ "tinyify" : " ^2.4.3" ,
3333 "xo" : " ^0.23.0"
3434 },
3535 "scripts" : {
3636 "format" : " remark . -qfo && prettier --write '**/*.js' && xo --fix" ,
37- "build-bundle" : " browserify index.js --bare -s unistUtilSource > unist-util-source.js" ,
38- "build-mangle" : " esmangle < unist-util-source.js > unist-util-source.min.js" ,
37+ "build-bundle" : " browserify . -s unistUtilSource > unist-util-source.js" ,
38+ "build-mangle" : " browserify . -s unistUtilSource -p tinyify > unist-util-source.min.js" ,
3939 "build" : " npm run build-bundle && npm run build-mangle" ,
4040 "test-api" : " node test" ,
4141 "test-coverage" : " nyc --reporter lcov tape test.js" ,
You can’t perform that action at this time.
0 commit comments