Skip to content

Commit 166f7ba

Browse files
committed
fix: provenance repo url
1 parent 54a152a commit 166f7ba

18 files changed

Lines changed: 19 additions & 18 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/NativeScript/napi-ios"
13+
"url": "git+https://github.com/NativeScript/runtimes.git"
1414
},
1515
"author": {
1616
"name": "NativeScript Team",

packages/android-hermes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/NativeScript/napi-android",
13+
"url": "git+https://github.com/NativeScript/runtimes.git",
1414
"directory": "packages/android-hermes"
1515
},
1616
"author": {

packages/android-jsc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/NativeScript/napi-android",
14+
"url": "git+https://github.com/NativeScript/runtimes.git",
1515
"directory": "packages/android-jsc"
1616
},
1717
"author": {

packages/android-primjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/NativeScript/napi-android",
13+
"url": "git+https://github.com/NativeScript/runtimes.git",
1414
"directory": "packages/android-primjs"
1515
},
1616
"author": {

packages/android-quickjs-ng/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/NativeScript/napi-android",
14+
"url": "git+https://github.com/NativeScript/runtimes.git",
1515
"directory": "packages/android-quickjs-ng"
1616
},
1717
"author": {

packages/android-v8/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/NativeScript/napi-android",
13+
"url": "git+https://github.com/NativeScript/runtimes.git",
1414
"directory": "packages/android-v8"
1515
},
1616
"author": {

packages/ios-hermes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/NativeScript/napi-ios",
13+
"url": "git+https://github.com/NativeScript/runtimes.git",
1414
"directory": "packages/ios-hermes"
1515
},
1616
"author": {

packages/ios-jsc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/NativeScript/napi-ios",
14+
"url": "git+https://github.com/NativeScript/runtimes.git",
1515
"directory": "packages/ios-jsc"
1616
},
1717
"author": {

packages/ios-node-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "An embeddable, engine-agnostic NativeScript runtime for iOS based on Node-API",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/NativeScript/napi-ios.git",
7+
"url": "git+https://github.com/NativeScript/runtimes.git",
88
"directory": "packages/ios-node-api"
99
},
1010
"typings": "index.d.ts",

packages/ios-quickjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/NativeScript/napi-ios",
13+
"url": "git+https://github.com/NativeScript/runtimes.git",
1414
"directory": "packages/ios-quickjs"
1515
},
1616
"author": {

0 commit comments

Comments
 (0)