Skip to content

Commit 234c45b

Browse files
committed
fix(package): remove node-gyp-insall
BREAKING CHANGE
1 parent b4e0074 commit 234c45b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
},
2323
"main": "lib/index.js",
2424
"scripts": {
25-
"preinstall": "npm install [email protected] && node-gyp-install",
2625
"lint": "eslint lib example e2e",
2726
"test": "npm run test-unit && npm run test-e2e",
2827
"test-unit": "mocha $(find ./lib -name \"*.spec.js\" -not -path \"./node_modules/*\")",
@@ -83,7 +82,6 @@
8382
"mongoose": "4.4.5",
8483
"mysql": "2.10.2",
8584
"nock": "7.2.2",
86-
"node-gyp-install": "2.2.0",
8785
"pg": "4.5.1",
8886
"pre-commit": "1.1.2",
8987
"redis": "2.4.2",

0 commit comments

Comments
 (0)