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 27
27
},
28
28
"devDependencies" : {
29
29
"browserify" : " ^16.0.0" ,
30
- "esmangle" : " ^1.0.1" ,
31
30
"json-stringify-safe" : " ^5.0.1" ,
32
31
"nyc" : " ^12.0.0" ,
33
32
"parse5" : " ^5.0.0" ,
34
33
"prettier" : " ^1.13.5" ,
35
34
"remark-cli" : " ^5.0.0" ,
36
35
"remark-preset-wooorm" : " ^4.0.0" ,
37
36
"tape" : " ^4.0.0" ,
37
+ "tinyify" : " ^2.4.3" ,
38
38
"xo" : " ^0.21.0"
39
39
},
40
40
"scripts" : {
41
41
"format" : " remark . -qfo && prettier --write '**/*.js' && xo --fix" ,
42
- "build-bundle" : " browserify index.js --bare - s hastUtilToParse5 > hast-util-to-parse5.js" ,
43
- "build-mangle" : " esmangle hast-util-to-parse5 .js > hast-util-to-parse5.min.js" ,
42
+ "build-bundle" : " browserify index.js -s hastUtilToParse5 > hast-util-to-parse5.js" ,
43
+ "build-mangle" : " browserify index .js -p tinyify -s hastUtilToParse5 > hast-util-to-parse5.min.js" ,
44
44
"build" : " npm run build-bundle && npm run build-mangle" ,
45
45
"test-api" : " node test" ,
46
46
"test-coverage" : " nyc --reporter lcov tape test" ,
You can’t perform that action at this time.
0 commit comments