File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3333 "browserify" : " ^16.0.0" ,
3434 "is-hidden" : " ^1.1.0" ,
3535 "negate" : " ^1.0.0" ,
36- "nyc" : " ^12 .0.0" ,
36+ "nyc" : " ^13 .0.0" ,
3737 "prettier" : " ^1.14.2" ,
38- "remark" : " ^9 .0.0" ,
39- "remark-cli" : " ^5 .0.0" ,
38+ "remark" : " ^10 .0.0" ,
39+ "remark-cli" : " ^6 .0.0" ,
4040 "remark-preset-wooorm" : " ^4.0.0" ,
4141 "tape" : " ^4.0.0" ,
4242 "tinyify" : " ^2.4.3" ,
43- "xo" : " ^0.22 .0"
43+ "xo" : " ^0.23 .0"
4444 },
4545 "scripts" : {
4646 "format" : " remark *.md -qfo && prettier --write \" **/*.js\" && xo --fix" ,
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ test('Fixtures', function(t) {
4242
4343 try {
4444 config = JSON . parse ( read ( join ( filepath , 'config.json' ) ) )
45- } catch ( err ) {
45+ } catch ( error ) {
4646 config = { }
4747 }
4848
You can’t perform that action at this time.
0 commit comments