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