File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
},
30
30
"devDependencies" : {
31
31
"browserify" : " ^16.0.0" ,
32
- "esmangle" : " ^1.0.1" ,
33
32
"hastscript" : " ^5.0.0" ,
34
33
"nyc" : " ^13.0.0" ,
35
34
"prettier" : " ^1.13.5" ,
36
35
"remark-cli" : " ^6.0.0" ,
37
36
"remark-preset-wooorm" : " ^4.0.0" ,
38
37
"tape" : " ^4.4.0" ,
38
+ "tinyify" : " ^2.4.3" ,
39
39
"xo" : " ^0.23.0"
40
40
},
41
41
"scripts" : {
42
42
"format" : " remark . -qfo && prettier --write '**/*.js' && xo --fix" ,
43
- "build-bundle" : " browserify index.js --bare -s hastUtilFindAndReplace > hast-util-find-and-replace.js" ,
44
- "build-mangle" : " esmangle hast-util-find-and-replace.js > hast-util-find-and-replace.min.js" ,
43
+ "build-bundle" : " browserify . -s hastUtilFindAndReplace > hast-util-find-and-replace.js" ,
44
+ "build-mangle" : " browserify . -s hastUtilFindAndReplace -p tinyify > hast-util-find-and-replace.min.js" ,
45
45
"build" : " npm run build-bundle && npm run build-mangle" ,
46
46
"test-api" : " node test" ,
47
47
"test-coverage" : " nyc --reporter lcov tape test.js" ,
You can’t perform that action at this time.
0 commit comments