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 0e92b78 commit cd231deCopy full SHA for cd231de
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "node-window-manager",
3
- "version": "0.8.2",
+ "version": "0.8.3",
4
"description": "Manage windows in macOS, Windows and Linux",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
@@ -9,7 +9,7 @@
9
"watch": "tsc --watch",
10
"build-win32": "node-gyp rebuild",
11
"install": "node install.js",
12
- "prepare": "npm run build"
+ "prepublishOnly": "npm run build && npm run build-win32"
13
},
14
"repository": {
15
"type": "git",
0 commit comments