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 1744fdd commit b2bdd35Copy full SHA for b2bdd35
package.json
@@ -30,14 +30,16 @@
30
"find-java-home": "1.1.0",
31
"glob": "7.1.6",
32
"lodash": "^4.17.21",
33
- "nan": "2.14.1"
+ "nan": "2.14.1",
34
+ "node-gyp": "^9.1.0"
35
},
36
"devDependencies": {
37
"chalk": "2.4.1",
38
"nodeunit": "0.11.3",
39
"when": "3.7.8"
40
41
"scripts": {
42
+ "install": "node-gyp rebuild",
43
"test": "node testRunner.js",
44
"postinstall": "node postInstall.js"
45
0 commit comments