Skip to content

Commit 0f03aa0

Browse files
committed
add repository URLs
1 parent 399be08 commit 0f03aa0

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

packages/ios/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "@nativescript/ios-node-api",
33
"version": "1.0.0-alpha.4",
44
"description": "An embeddable, engine-agnostic NativeScript runtime for iOS based on Node-API",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/DjDeveloperr/runtime.git",
8+
"directory": "packages/ios"
9+
},
510
"typings": "index.d.ts",
611
"type": "module",
712
"files": [

packages/macos/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "@nativescript/macos-node-api",
33
"version": "1.0.0-alpha.4",
44
"description": "An embeddable, engine-agnostic NativeScript runtime for macOS based on Node-API",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/DjDeveloperr/runtime.git",
8+
"directory": "packages/macos"
9+
},
510
"main": "index.js",
611
"typings": "index.d.ts",
712
"type": "module",

packages/objc/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "@nativescript/objc-node-api",
33
"version": "1.0.0-alpha.4",
44
"description": "Typings for the common Objective-C runtime APIs used by both @nativescript/ios-node-api and @nativescript/macos-node-api",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/DjDeveloperr/runtime.git",
8+
"directory": "packages/objc"
9+
},
510
"main": "index.js",
611
"typings": "index.d.ts",
712
"type": "module",

0 commit comments

Comments
 (0)