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