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 26
26
},
27
27
"devDependencies" : {
28
28
"browserify" : " ^16.0.0" ,
29
- "esmangle" : " ^1.0.1" ,
30
29
"nyc" : " ^13.0.0" ,
31
30
"prettier" : " ^1.13.5" ,
32
31
"remark-cli" : " ^6.0.0" ,
33
32
"remark-preset-wooorm" : " ^4.0.0" ,
34
33
"tape" : " ^4.4.0" ,
34
+ "tinyify" : " ^2.4.3" ,
35
35
"xo" : " ^0.23.0"
36
36
},
37
37
"scripts" : {
38
38
"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" ,
41
41
"build" : " npm run build-bundle && npm run build-mangle" ,
42
42
"test-api" : " node test" ,
43
43
"test-coverage" : " nyc --reporter lcov tape test.js" ,
You can’t perform that action at this time.
0 commit comments