File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
},
34
34
"devDependencies" : {
35
35
"browserify" : " ^16.0.0" ,
36
- "esmangle" : " ^1.0.0" ,
37
36
"nyc" : " ^13.0.0" ,
38
37
"prettier" : " ^1.13.5" ,
39
38
"remark-cli" : " ^6.0.0" ,
40
39
"remark-preset-wooorm" : " ^4.0.0" ,
41
40
"tape" : " ^4.0.0" ,
41
+ "tinyify" : " ^2.4.3" ,
42
42
"xo" : " ^0.23.0"
43
43
},
44
44
"scripts" : {
45
45
"format" : " remark . -qfo && prettier --write '**/*.js' && xo --fix" ,
46
- "build-bundle" : " browserify index.js --bare -s hastscript > hastscript.js" ,
47
- "build-mangle" : " esmangle hastscript.js > hastscript.min.js" ,
46
+ "build-bundle" : " browserify . -s hastscript > hastscript.js" ,
47
+ "build-mangle" : " browserify . -s hastscript -p tinyify > hastscript.min.js" ,
48
48
"build" : " npm run build-bundle && npm run build-mangle" ,
49
49
"test-api" : " node test" ,
50
50
"test-coverage" : " nyc --reporter lcov tape test.js" ,
You can’t perform that action at this time.
0 commit comments