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 22
22
"dependencies" : {},
23
23
"devDependencies" : {
24
24
"browserify" : " ^16.0.0" ,
25
- "esmangle" : " ^1.0.0" ,
26
25
"nyc" : " ^12.0.0" ,
27
26
"remark-cli" : " ^5.0.0" ,
28
27
"remark-preset-wooorm" : " ^4.0.0" ,
29
28
"tape" : " ^4.0.0" ,
29
+ "tinyify" : " ^2.4.3" ,
30
30
"xo" : " ^0.22.0"
31
31
},
32
32
"scripts" : {
33
33
"build-md" : " remark . -qfo" ,
34
- "build-bundle" : " browserify index.js --bare -s mdastCommentMarker > mdast-comment-marker.js" ,
35
- "build-mangle" : " esmangle mdast-comment-marker.js > mdast-comment-marker.min.js" ,
34
+ "build-bundle" : " browserify . -s mdastCommentMarker > mdast-comment-marker.js" ,
35
+ "build-mangle" : " browserify . -s mdastCommentMarker -p tinyify > mdast-comment-marker.min.js" ,
36
36
"build" : " npm run build-md && npm run build-bundle && npm run build-mangle" ,
37
37
"lint" : " xo" ,
38
38
"test-api" : " node test" ,
You can’t perform that action at this time.
0 commit comments