File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 32
32
"unist-util-visit-parents" : " ^3.0.0"
33
33
},
34
34
"devDependencies" : {
35
- "browserify" : " ^16 .0.0" ,
35
+ "browserify" : " ^17 .0.0" ,
36
36
"hastscript" : " ^6.0.0" ,
37
37
"nyc" : " ^15.0.0" ,
38
38
"prettier" : " ^2.0.0" ,
39
- "remark-cli" : " ^8 .0.0" ,
40
- "remark-preset-wooorm" : " ^7 .0.0" ,
39
+ "remark-cli" : " ^9 .0.0" ,
40
+ "remark-preset-wooorm" : " ^8 .0.0" ,
41
41
"tape" : " ^5.0.0" ,
42
- "tinyify" : " ^2 .0.0" ,
43
- "xo" : " ^0.33 .0"
42
+ "tinyify" : " ^3 .0.0" ,
43
+ "xo" : " ^0.34 .0"
44
44
},
45
45
"scripts" : {
46
- "format" : " remark . -qfo && prettier . --write && xo --fix" ,
47
- "build-bundle" : " browserify . -s hastUtilFindAndReplace > hast-util-find-and-replace.js" ,
48
- "build-mangle" : " browserify . -s hastUtilFindAndReplace -p tinyify > hast-util-find-and-replace.min.js" ,
46
+ "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
47
+ "build-bundle" : " browserify . -s hastUtilFindAndReplace -o hast-util-find-and-replace.js" ,
48
+ "build-mangle" : " browserify . -s hastUtilFindAndReplace -o hast-util-find-and-replace.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