We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e0074 commit 234c45bCopy full SHA for 234c45b
package.json
@@ -22,7 +22,6 @@
22
},
23
"main": "lib/index.js",
24
"scripts": {
25
- "preinstall": "npm install [email protected] && 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,7 +82,6 @@
83
82
"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