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 ec2ba41 commit 5261257Copy full SHA for 5261257
packages/macos/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nativescript/macos-node-api",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "An embeddable, engine-agnostic NativeScript runtime for macOS based on Node-API",
5
"repository": {
6
"type": "git",
@@ -19,7 +19,7 @@
19
"scripts": {
20
"test": "node ../../examples/foundation.js",
21
"build": "deno task build",
22
- "prepublishOnly": "rimraf build && npm run build"
+ "prepublishOnly": "npx rimraf build && npm run build"
23
},
24
"keywords": [
25
"AppKit",
@@ -46,7 +46,7 @@
46
],
47
"license": "MIT",
48
"dependencies": {
49
- "@nativescript/objc-node-api": ">=1.0.0-alpha.5"
+ "@nativescript/objc-node-api": ">=1.0.0-alpha.7"
50
51
"devDependencies": {
52
"rimraf": "^6.0.0"
0 commit comments