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 37
37
],
38
38
"devDependencies" : {
39
39
"browserify" : " ^16.0.0" ,
40
- "esmangle" : " ^1.0.1" ,
41
40
"hastscript" : " ^4.0.0" ,
42
41
"nyc" : " ^12.0.0" ,
43
42
"prettier" : " ^1.13.5" ,
44
43
"remark-cli" : " ^5.0.0" ,
45
44
"remark-preset-wooorm" : " ^4.0.0" ,
46
45
"tape" : " ^4.0.0" ,
46
+ "tinyify" : " ^2.4.3" ,
47
47
"unist-builder" : " ^1.0.2" ,
48
48
"xo" : " ^0.21.0"
49
49
},
50
50
"scripts" : {
51
51
"format" : " remark . -qfo && prettier --write '**/*.js' && xo --fix" ,
52
- "build-bundle" : " browserify index.js --bare - s hastUtilSelect > hast-util-select.js" ,
53
- "build-mangle" : " esmangle < hast-util-select.js > hast-util-select.min.js" ,
52
+ "build-bundle" : " browserify index.js -s hastUtilSelect > hast-util-select.js" ,
53
+ "build-mangle" : " browserify index.js -p tinyify -s hastUtilSelect > hast-util-select.min.js" ,
54
54
"build" : " npm run build-bundle && npm run build-mangle" ,
55
55
"test-api" : " node test" ,
56
56
"test-coverage" : " nyc --reporter lcov tape test/index.js" ,
You can’t perform that action at this time.
0 commit comments