Skip to content

Commit cd231de

Browse files
committed
chore: bump version
1 parent 0e92b78 commit cd231de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-window-manager",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"description": "Manage windows in macOS, Windows and Linux",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -9,7 +9,7 @@
99
"watch": "tsc --watch",
1010
"build-win32": "node-gyp rebuild",
1111
"install": "node install.js",
12-
"prepare": "npm run build"
12+
"prepublishOnly": "npm run build && npm run build-win32"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)