Skip to content

Commit aa7de5c

Browse files
committed
chore: bump dev deps; closes #28
1 parent b5a707f commit aa7de5c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ const f = function (cb) {
88
if (error) {
99
cb(null, false);
1010
}
11+
1112
if ((stdout).length > 0) {
1213
cb(null, true);
1314
}
15+
1416
cb(null, false);
1517
});
1618
};

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
"pify": "^4.0.0"
3131
},
3232
"devDependencies": {
33-
"ava": "^1.0.1",
34-
"nyc": "^14.0.0",
35-
"xo": "^0.23.0"
33+
"ava": "^2.3.0",
34+
"nyc": "^14.1.1",
35+
"xo": "^0.24.0"
3636
},
3737
"nyc": {
3838
"reporter": [

0 commit comments

Comments
 (0)