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 1af2683 commit 8aabc0aCopy full SHA for 8aabc0a
package.json
@@ -7,7 +7,8 @@
7
"scripts": {
8
"build": "tsc",
9
"watch": "tsc --watch",
10
- "install": "npm run rebuild",
+ "prebuild": "prebuildify --napi",
11
+ "install": "node-gyp-build",
12
"rebuild": "node-gyp rebuild",
13
"rebuild-dev": "npm run rebuild -- --debug",
14
"prepublishOnly": "npm run build && npm run rebuild"
@@ -31,12 +32,14 @@
31
32
"homepage": "https://github.com/sentialx/node-window-manager#readme",
33
"devDependencies": {
34
"@types/node": "12.12.17",
35
+ "node-gyp": "^6.1.0",
36
+ "prebuildify": "^3.0.4",
37
"tslint": "5.20.1",
38
"typescript": "3.7.3"
39
},
40
"dependencies": {
41
"extract-file-icon": "^0.3.2",
42
"node-addon-api": "2.0.0",
- "node-gyp": "6.0.1"
43
+ "node-gyp-build": "^4.2.0"
44
}
-}
45
+}
0 commit comments