Skip to content

Commit 5261257

Browse files
committed
release(macos): 0.1.2
1 parent ec2ba41 commit 5261257

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/macos/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/macos-node-api",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "An embeddable, engine-agnostic NativeScript runtime for macOS based on Node-API",
55
"repository": {
66
"type": "git",
@@ -19,7 +19,7 @@
1919
"scripts": {
2020
"test": "node ../../examples/foundation.js",
2121
"build": "deno task build",
22-
"prepublishOnly": "rimraf build && npm run build"
22+
"prepublishOnly": "npx rimraf build && npm run build"
2323
},
2424
"keywords": [
2525
"AppKit",
@@ -46,7 +46,7 @@
4646
],
4747
"license": "MIT",
4848
"dependencies": {
49-
"@nativescript/objc-node-api": ">=1.0.0-alpha.5"
49+
"@nativescript/objc-node-api": ">=1.0.0-alpha.7"
5050
},
5151
"devDependencies": {
5252
"rimraf": "^6.0.0"

0 commit comments

Comments
 (0)