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