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 25
25
},
26
26
"devDependencies" : {
27
27
"browserify" : " ^16.0.0" ,
28
- "esmangle" : " ^1.0.0" ,
29
28
"nyc" : " ^14.0.0" ,
30
29
"prettier" : " ^1.0.0" ,
31
30
"remark" : " ^10.0.0" ,
32
31
"remark-cli" : " ^6.0.0" ,
33
32
"remark-preset-wooorm" : " ^5.0.0" ,
34
33
"tape" : " ^4.0.0" ,
34
+ "tinyify" : " ^2.5.0" ,
35
35
"xo" : " ^0.24.0"
36
36
},
37
37
"scripts" : {
38
38
"format" : " remark . -qfo && prettier --write \" **/*.js\" && xo --fix" ,
39
- "build-bundle" : " browserify index.js --no-builtins - s unistUtilFindBefore > unist-util-find-before.js" ,
40
- "build-mangle" : " esmangle unist-util-find-before.js > unist-util-find-before.min.js" ,
39
+ "build-bundle" : " browserify . - s unistUtilFindBefore -o unist-util-find-before.js" ,
40
+ "build-mangle" : " browserify . -s unistUtilFindBefore -p tinyify -o unist-util-find-before.min.js" ,
41
41
"build" : " npm run build-bundle && npm run build-mangle" ,
42
42
"test-api" : " node test" ,
43
43
"test-coverage" : " nyc --reporter lcov tape test.js" ,
You can’t perform that action at this time.
0 commit comments