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 40
40
"remark-preset-wooorm" : " ^8.0.0" ,
41
41
"tape" : " ^5.0.0" ,
42
42
"tinyify" : " ^3.0.0" ,
43
- "xo" : " ^0.34 .0"
43
+ "xo" : " ^0.35 .0"
44
44
},
45
45
"scripts" : {
46
46
"format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
47
- "build-bundle" : " browserify . -s unistUtilFindAllBefore > unist-util-find-all-before.js" ,
48
- "build-mangle" : " browserify . -s unistUtilFindAllBefore -p tinyify > unist-util-find-all-before.min.js" ,
47
+ "build-bundle" : " browserify . -s unistUtilFindAllBefore -o unist-util-find-all-before.js" ,
48
+ "build-mangle" : " browserify . -s unistUtilFindAllBefore -o unist-util-find-all-before.min.js -p tinyify " ,
49
49
"build" : " npm run build-bundle && npm run build-mangle" ,
50
50
"test-api" : " node test" ,
51
51
"test-coverage" : " nyc --reporter lcov tape test.js" ,
You can’t perform that action at this time.
0 commit comments