Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Apr 22, 2020
1 parent 13c98d4 commit 2c84d89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"main": "lib/weak.js",
"scripts": {
"test": "nyc mocha -gc",
"test": "nyc mocha --expose-gc",
"install": "node-gyp-build",
"prebuild": "prebuildify --napi",
"prepack": "prebuildify-ci download && ([ $(ls prebuilds | wc -l) = '4' ] || (echo 'Some prebuilds are missing'; exit 1))"
Expand All @@ -35,7 +35,7 @@
"node-gyp-build": "^4.2.1"
},
"devDependencies": {
"mocha": "^5.0.0",
"mocha": "^7.1.1",
"nyc": "^15.0.0",
"prebuildify": "^3.0.4",
"prebuildify-ci": "^1.0.5"
Expand Down

0 comments on commit 2c84d89

Please sign in to comment.