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 33
33
"array-iterate" : " ^1.0.0"
34
34
},
35
35
"devDependencies" : {
36
- "browserify" : " ^16 .0.0" ,
37
- "dtslint" : " ^3.3 .0" ,
36
+ "browserify" : " ^17 .0.0" ,
37
+ "dtslint" : " ^4.0 .0" ,
38
38
"nyc" : " ^15.0.0" ,
39
39
"prettier" : " ^2.0.0" ,
40
- "remark-cli" : " ^8 .0.0" ,
41
- "remark-preset-wooorm" : " ^7 .0.0" ,
40
+ "remark-cli" : " ^9 .0.0" ,
41
+ "remark-preset-wooorm" : " ^8 .0.0" ,
42
42
"tape" : " ^5.0.0" ,
43
- "tinyify" : " ^2 .0.0" ,
43
+ "tinyify" : " ^3 .0.0" ,
44
44
"unified" : " ^9.0.0" ,
45
- "xo" : " ^0.32 .0"
45
+ "xo" : " ^0.34 .0"
46
46
},
47
47
"scripts" : {
48
- "format" : " remark . -qfo && prettier . --write && xo --fix" ,
49
- "build-bundle" : " browserify . -s unistUtilModifyChildren > unist-util-modify-children.js" ,
50
- "build-mangle" : " browserify . -s unistUtilModifyChildren -p tinyify > unist-util-modify-children.min.js" ,
48
+ "format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
49
+ "build-bundle" : " browserify . -s unistUtilModifyChildren -o unist-util-modify-children.js" ,
50
+ "build-mangle" : " browserify . -s unistUtilModifyChildren -o unist-util-modify-children.min.js -p tinyify " ,
51
51
"build" : " npm run build-bundle && npm run build-mangle" ,
52
52
"test-api" : " node test" ,
53
53
"test-coverage" : " nyc --reporter lcov tape test.js" ,
You can’t perform that action at this time.
0 commit comments