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 29
29
},
30
30
"devDependencies" : {
31
31
"browserify" : " ^16.0.0" ,
32
- "esmangle" : " ^1.0.1" ,
33
32
"is-hidden" : " ^1.0.1" ,
34
33
"negate" : " ^1.0.0" ,
35
34
"nyc" : " ^13.0.0" ,
42
41
"remark-frontmatter" : " ^1.0.0" ,
43
42
"remark-preset-wooorm" : " ^4.0.0" ,
44
43
"tape" : " ^4.0.0" ,
44
+ "tinyify" : " ^2.4.3" ,
45
45
"vfile" : " ^3.0.0" ,
46
46
"xo" : " ^0.23.0"
47
47
},
48
48
"scripts" : {
49
49
"format" : " remark *.md -qfo && prettier --write '**/*.js' && xo --fix" ,
50
- "build-bundle" : " browserify index.js --bare -s mdastUtilToNLCST > mdast-util-to-nlcst.js" ,
51
- "build-mangle" : " esmangle mdast-util-to-nlcst.js > mdast-util-to-nlcst.min.js" ,
50
+ "build-bundle" : " browserify . -s mdastUtilToNLCST > mdast-util-to-nlcst.js" ,
51
+ "build-mangle" : " browserify . -s mdastUtilToNLCST -p tinyify > mdast-util-to-nlcst.min.js" ,
52
52
"build" : " npm run build-bundle && npm run build-mangle" ,
53
53
"test-api" : " node test" ,
54
54
"test-coverage" : " nyc --reporter lcov tape test/index.js" ,
You can’t perform that action at this time.
0 commit comments