We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 144ea0d commit b4e0074Copy full SHA for b4e0074
package.json
@@ -22,7 +22,7 @@
22
},
23
"main": "lib/index.js",
24
"scripts": {
25
- "preinstall": "npm install node-gyp-install && node-gyp-install",
+ "preinstall": "npm install node-gyp-install@2.2.0 && node-gyp-install",
26
"lint": "eslint lib example e2e",
27
"test": "npm run test-unit && npm run test-e2e",
28
"test-unit": "mocha $(find ./lib -name \"*.spec.js\" -not -path \"./node_modules/*\")",
@@ -83,6 +83,7 @@
83
"mongoose": "4.4.5",
84
"mysql": "2.10.2",
85
"nock": "7.2.2",
86
+ "node-gyp-install": "2.2.0",
87
"pg": "4.5.1",
88
"pre-commit": "1.1.2",
89
"redis": "2.4.2",
0 commit comments