File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 29
29
"vfile-location" : " ^3.0.0"
30
30
},
31
31
"devDependencies" : {
32
- "browserify" : " ^16 .0.0" ,
32
+ "browserify" : " ^17 .0.0" ,
33
33
"nyc" : " ^15.0.0" ,
34
34
"prettier" : " ^2.0.0" ,
35
- "remark" : " ^12 .0.0" ,
36
- "remark-cli" : " ^8 .0.0" ,
37
- "remark-preset-wooorm" : " ^7 .0.0" ,
35
+ "remark" : " ^13 .0.0" ,
36
+ "remark-cli" : " ^9 .0.0" ,
37
+ "remark-preset-wooorm" : " ^8 .0.0" ,
38
38
"tape" : " ^5.0.0" ,
39
- "tinyify" : " ^2 .0.0" ,
40
- "xo" : " ^0.32 .0"
39
+ "tinyify" : " ^3 .0.0" ,
40
+ "xo" : " ^0.34 .0"
41
41
},
42
42
"scripts" : {
43
- "format" : " remark . -qfo && prettier . --write && xo --fix" ,
44
- "build-bundle" : " browserify . -s unistUtilSource > unist-util-source.js" ,
45
- "build-mangle" : " browserify . -s unistUtilSource -p tinyify > unist-util-source.min.js" ,
43
+ "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
44
+ "build-bundle" : " browserify . -s unistUtilSource -o unist-util-source.js" ,
45
+ "build-mangle" : " browserify . -s unistUtilSource -o unist-util-source.min.js -p tinyify " ,
46
46
"build" : " npm run build-bundle && npm run build-mangle" ,
47
47
"test-api" : " node test" ,
48
48
"test-coverage" : " nyc --reporter lcov tape test.js" ,
You can’t perform that action at this time.
0 commit comments