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 33
33
},
34
34
"devDependencies" : {
35
35
"browserify" : " ^16.0.0" ,
36
- "esmangle" : " ^1.0.1" ,
37
36
"is-hidden" : " ^1.0.1" ,
38
37
"negate" : " ^1.0.0" ,
39
38
"nyc" : " ^12.0.0" ,
45
44
"remark-cli" : " ^5.0.0" ,
46
45
"remark-preset-wooorm" : " ^4.0.0" ,
47
46
"tape" : " ^4.0.0" ,
47
+ "tinyify" : " ^2.4.3" ,
48
48
"vfile" : " ^3.0.0" ,
49
49
"xo" : " ^0.21.0"
50
50
},
51
51
"scripts" : {
52
52
"format" : " remark . -qfo && prettier --write '**/*.js' && xo --fix" ,
53
- "build-bundle" : " browserify index.js --bare -s hastUtilToNLCST > hast-util-to-nlcst.js" ,
54
- "build-mangle" : " esmangle hast-util-to-nlcst.js > hast-util-to-nlcst.min.js" ,
53
+ "build-bundle" : " browserify . -s hastUtilToNLCST > hast-util-to-nlcst.js" ,
54
+ "build-mangle" : " browserify . -s hastUtilToNLCST -p tinyify > hast-util-to-nlcst.min.js" ,
55
55
"build" : " npm run build-bundle && npm run build-mangle" ,
56
56
"test-api" : " node test" ,
57
57
"test-coverage" : " nyc --reporter lcov tape test/index.js" ,
You can’t perform that action at this time.
0 commit comments