Skip to content

Commit

Permalink
chore(nodejs): update ava to v3
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed May 17, 2021
1 parent 3013555 commit eac4e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wrappers/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"main": "src/index.js",
"gypfile": true,
"engines": {
"node": ">=8"
"node": ">=10"
},
"files": [
"src",
Expand All @@ -33,7 +33,7 @@
"node-gyp": "^8.0.0"
},
"devDependencies": {
"ava": "^1.4.1",
"ava": "^3.15.0",
"cuid": "^2.1.4",
"home-dir": "^1.0.0",
"standard": "^16.0.3",
Expand Down

0 comments on commit eac4e70

Please sign in to comment.