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 24
24
},
25
25
"devDependencies" : {
26
26
"browserify" : " ^16.0.0" ,
27
- "esmangle" : " ^1.0.1" ,
28
27
"nyc" : " ^12.0.0" ,
29
28
"remark-cli" : " ^5.0.0" ,
30
29
"remark-preset-wooorm" : " ^4.0.0" ,
31
30
"tape" : " ^4.0.0" ,
31
+ "tinyify" : " ^2.4.3" ,
32
32
"unist-builder" : " ^1.0.2" ,
33
33
"xo" : " ^0.22.0"
34
34
},
35
35
"scripts" : {
36
36
"build-md" : " remark . --quiet --frail --output" ,
37
- "build-bundle" : " browserify index.js --bare -s mdastUtilCompact > mdast-util-compact.js" ,
38
- "build-mangle" : " esmangle < mdast-util-compact.js > mdast-util-compact.min.js" ,
37
+ "build-bundle" : " browserify . -s mdastUtilCompact > mdast-util-compact.js" ,
38
+ "build-mangle" : " browserify . -s mdastUtilCompact -p tinyify > mdast-util-compact.min.js" ,
39
39
"build" : " npm run build-md && npm run build-bundle && npm run build-mangle" ,
40
40
"lint" : " xo" ,
41
41
"test-api" : " node test" ,
You can’t perform that action at this time.
0 commit comments