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 93bd579 commit 8f4e9baCopy full SHA for 8f4e9ba
package.json
@@ -1,12 +1,11 @@
1
{
2
"name": "node-window-manager",
3
- "version": "0.9.5",
+ "version": "1.0.0",
4
"description": "Manage windows in macOS, Windows and Linux",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
7
"scripts": {
8
"build": "tsc",
9
- "build-darwin": "swift build --configuration=release --static-swift-stdlib && mv .build/release/addon macos",
10
"watch": "tsc --watch",
11
"install": "npm run rebuild",
12
"rebuild": "node-gyp rebuild",
0 commit comments