Skip to content

Commit cdb20cc

Browse files
committed
chore: bump version
1 parent 624e961 commit cdb20cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-window-manager",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Manage windows in macOS, Windows and Linux",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -9,8 +9,8 @@
99
"watch": "tsc --watch",
1010
"install": "npm run rebuild",
1111
"rebuild": "node-gyp rebuild",
12-
"prepublishOnly": "npm run build && npm run rebuild",
13-
"prepublishOnly-dev": "npm run build && npm run rebuild -- --debug"
12+
"rebuild-dev": "npm run rebuild -- --debug",
13+
"prepublishOnly": "npm run build && npm run rebuild"
1414
},
1515
"repository": {
1616
"type": "git",
@@ -38,4 +38,4 @@
3838
"node-addon-api": "1.6.3",
3939
"node-gyp": "5.0.0"
4040
}
41-
}
41+
}

0 commit comments

Comments
 (0)