We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c98d4 commit 2c84d89Copy full SHA for 2c84d89
package.json
@@ -24,7 +24,7 @@
24
},
25
"main": "lib/weak.js",
26
"scripts": {
27
- "test": "nyc mocha -gc",
+ "test": "nyc mocha --expose-gc",
28
"install": "node-gyp-build",
29
"prebuild": "prebuildify --napi",
30
"prepack": "prebuildify-ci download && ([ $(ls prebuilds | wc -l) = '4' ] || (echo 'Some prebuilds are missing'; exit 1))"
@@ -35,7 +35,7 @@
35
"node-gyp-build": "^4.2.1"
36
37
"devDependencies": {
38
- "mocha": "^5.0.0",
+ "mocha": "^7.1.1",
39
"nyc": "^15.0.0",
40
"prebuildify": "^3.0.4",
41
"prebuildify-ci": "^1.0.5"
0 commit comments