Skip to content

Commit cad9a7c

Browse files
committed
chore: update package.json for both packages
1 parent 16292e1 commit cad9a7c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/ios/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@nativescript/ios-node-api",
3-
"version": "1.0.0-alpha.7",
3+
"version": "0.1.1",
44
"description": "An embeddable, engine-agnostic NativeScript runtime for iOS based on Node-API",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/DjDeveloperr/runtime.git",
7+
"url": "https://github.com/NativeScript/runtime-node-api.git",
88
"directory": "packages/ios"
99
},
1010
"typings": "index.d.ts",
1111
"type": "module",
1212
"files": [
13-
"build/ios-universal/NativeScript.xcframework",
13+
"dist/ios-universal/NativeScript.xcframework",
1414
"index.d.ts",
1515
"NativeScript.podspec",
1616
"types"

packages/macos/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@nativescript/macos-node-api",
3-
"version": "1.0.0-alpha.7",
3+
"version": "0.1.1",
44
"description": "An embeddable, engine-agnostic NativeScript runtime for macOS based on Node-API",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/DjDeveloperr/runtime.git",
7+
"url": "https://github.com/NativeScript/runtime-node-api.git",
88
"directory": "packages/macos"
99
},
1010
"main": "index.js",
1111
"typings": "index.d.ts",
1212
"type": "module",
1313
"files": [
14-
"build/macos/NativeScript.node",
14+
"dist/macos/NativeScript.node",
1515
"index.d.ts",
1616
"lib",
1717
"types"

0 commit comments

Comments
 (0)