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 624e961 commit cdb20ccCopy full SHA for cdb20cc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-window-manager",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "Manage windows in macOS, Windows and Linux",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
@@ -9,8 +9,8 @@
9
"watch": "tsc --watch",
10
"install": "npm run rebuild",
11
"rebuild": "node-gyp rebuild",
12
- "prepublishOnly": "npm run build && npm run rebuild",
13
- "prepublishOnly-dev": "npm run build && npm run rebuild -- --debug"
+ "rebuild-dev": "npm run rebuild -- --debug",
+ "prepublishOnly": "npm run build && npm run rebuild"
14
},
15
"repository": {
16
"type": "git",
@@ -38,4 +38,4 @@
38
"node-addon-api": "1.6.3",
39
"node-gyp": "5.0.0"
40
}
41
-}
+}
0 commit comments