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 20
20
"dependencies" : {},
21
21
"devDependencies" : {
22
22
"browserify" : " ^16.0.0" ,
23
- "esmangle" : " ^1.0.1" ,
24
23
"nyc" : " ^13.0.0" ,
25
24
"prettier" : " ^1.13.5" ,
26
25
"remark-cli" : " ^6.0.0" ,
27
26
"remark-preset-wooorm" : " ^4.0.0" ,
28
27
"tape" : " ^4.4.0" ,
28
+ "tinyify" : " ^2.4.3" ,
29
29
"xo" : " ^0.23.0"
30
30
},
31
31
"scripts" : {
32
32
"format" : " remark . -qfo && prettier --write '**/*.js' && xo --fix" ,
33
- "build-bundle" : " browserify index.js --bare -s hastUtilLabelable > hast-util-labelable.js" ,
34
- "build-mangle" : " esmangle hast-util-labelable.js > hast-util-labelable.min.js" ,
33
+ "build-bundle" : " browserify . -s hastUtilLabelable > hast-util-labelable.js" ,
34
+ "build-mangle" : " browserify . -s hastUtilLabelable -p tinyify > hast-util-labelable.min.js" ,
35
35
"build" : " npm run build-bundle && npm run build-mangle" ,
36
36
"lint" : " xo" ,
37
37
"test-api" : " node test" ,
You can’t perform that action at this time.
0 commit comments