Skip to content

Commit 8174558

Browse files
committed
fix: revert tns-ios and tns-android versions in package jsons
1 parent ddefe0e commit 8174558

File tree

9 files changed

+9
-36
lines changed

9 files changed

+9
-36
lines changed

Diff for: e2e/animation-examples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"nativescript": {
77
"id": "org.nativescript.ng4animations",
88
"tns-ios": {
9-
"version": "6.1.1"
9+
"version": "latest"
1010
},
1111
"tns-android": {
1212
"version": "latest"

Diff for: e2e/nested-router-tab-view/package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
"readme": "NativeScript Application",
55
"repository": "<fill-your-repository-here>",
66
"nativescript": {
7-
"id": "org.nativescript.nestedroutertabview",
8-
"tns-ios": {
9-
"version": "6.1.1"
10-
}
7+
"id": "org.nativescript.nestedroutertabview"
118
},
129
"dependencies": {
1310
"@angular/animations": "~8.2.0",

Diff for: e2e/renderer/package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
"readme": "NativeScript Application",
55
"repository": "<fill-your-repository-here>",
66
"nativescript": {
7-
"id": "org.nativescript.renderer",
8-
"tns-ios": {
9-
"version": "6.1.1"
10-
}
7+
"id": "org.nativescript.renderer"
118
},
129
"dependencies": {
1310
"@angular/animations": "~8.2.0",

Diff for: e2e/routable-animations/package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
"readme": "NativeScript Application",
55
"repository": "<fill-your-repository-here>",
66
"nativescript": {
7-
"id": "org.nativescript.nsroanimations",
8-
"tns-ios": {
9-
"version": "6.1.1"
10-
}
7+
"id": "org.nativescript.nsroanimations"
118
},
129
"dependencies": {
1310
"@angular/animations": "~8.2.0",

Diff for: e2e/router-tab-view/package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
"readme": "NativeScript Application",
55
"repository": "<fill-your-repository-here>",
66
"nativescript": {
7-
"id": "org.nativescript.routertabview",
8-
"tns-ios": {
9-
"version": "6.1.1"
10-
}
7+
"id": "org.nativescript.routertabview"
118
},
129
"dependencies": {
1310
"@angular/animations": "~8.2.0",

Diff for: e2e/router/package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
"readme": "NativeScript Application",
55
"repository": "<fill-your-repository-here>",
66
"nativescript": {
7-
"id": "org.nativescript.router",
8-
"tns-ios": {
9-
"version": "6.1.1"
10-
}
7+
"id": "org.nativescript.router"
118
},
129
"dependencies": {
1310
"@angular/animations": "~8.2.0",

Diff for: e2e/single-page/package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
"readme": "NativeScript Application",
55
"repository": "<fill-your-repository-here>",
66
"nativescript": {
7-
"id": "org.nativescript.singlepage",
8-
"tns-ios": {
9-
"version": "6.1.1"
10-
}
7+
"id": "org.nativescript.singlepage"
118
},
129
"dependencies": {
1310
"@angular/animations": "~8.2.0",

Diff for: ng-sample/package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"nativescript": {
3-
"id": "org.nativescript.ngsample",
4-
"tns-ios": {
5-
"version": "6.1.1"
6-
}
3+
"id": "org.nativescript.ngsample"
74
},
85
"name": "tns-template-hello-world",
96
"main": "app.js",

Diff for: tests/package.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
{
22
"nativescript": {
3-
"id": "org.nativescript.ngtests",
4-
"tns-ios": {
5-
"version": "6.1.1"
6-
},
7-
"tns-android": {
8-
"version": "6.1.2"
9-
}
3+
"id": "org.nativescript.ngtests"
104
},
115
"name": "ngtests",
126
"version": "1.0.0",

0 commit comments

Comments
 (0)