File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
},
30
30
"devDependencies" : {
31
31
"browserify" : " ^14.0.0" ,
32
- "esmangle" : " ^1.0.1" ,
33
32
"hastscript" : " ^3.0.1" ,
34
33
"nyc" : " ^11.0.0" ,
35
34
"remark-cli" : " ^4.0.0" ,
36
35
"remark-preset-wooorm" : " ^3.0.0" ,
37
36
"tape" : " ^4.4.0" ,
37
+ "tinyify" : " ^2.3.0" ,
38
38
"xo" : " ^0.18.0"
39
39
},
40
40
"scripts" : {
41
41
"build-md" : " remark . --quiet --frail --output" ,
42
42
"build-bundle" : " browserify index.js --bare -s hastUtilFindAndReplace > hast-util-find-and-replace.js" ,
43
- "build-mangle" : " esmangle hast-util-find-and-replace.js > hast-util-find-and-replace.min.js" ,
43
+ "build-mangle" : " browserify index.js --bare -s hastUtilFindAndReplace -p tinyify > hast-util-find-and-replace.min.js" ,
44
44
"build" : " npm run build-md && npm run build-bundle && npm run build-mangle" ,
45
45
"lint" : " xo" ,
46
46
"test-api" : " node test" ,
You can’t perform that action at this time.
0 commit comments