Skip to content

Commit 5fc9f86

Browse files
committed
chore: target 'next' tag of tns-core-modules
1 parent bff31dc commit 5fc9f86

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Diff for: nativescript-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@angular/router": "~4.0.0 || ~4.1.0",
6767
"codelyzer": "^3.0.1",
6868
"rxjs": "^5.0.1",
69-
"tns-core-modules": "internal-preview",
69+
"tns-core-modules": "next",
7070
"tslint": "^5.1.0",
7171
"typescript": "^2.3.2",
7272
"zone.js": "^0.8.4"

Diff for: ng-sample/package.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"nativescript": {
33
"id": "org.nativescript.ngsample",
44
"tns-android": {
5-
"version": "2.5.0"
5+
"version": "3.0.0"
66
},
77
"tns-ios": {
8-
"version": "2.5.0"
8+
"version": "3.0.0"
99
}
1010
},
1111
"name": "tns-template-hello-world",
@@ -43,7 +43,7 @@
4343
"@angular/router": "~4.1.0",
4444
"nativescript-angular": "file:../nativescript-angular",
4545
"rxjs": "^5.3.0",
46-
"tns-core-modules": "^3.0.0 || ^3.0.0-rc.1",
46+
"tns-core-modules": "next",
4747
"zone.js": "~0.8.2"
4848
},
4949
"devDependencies": {
@@ -53,10 +53,9 @@
5353
"filewalker": "0.1.2",
5454
"lazy": "1.0.11",
5555
"nativescript-dev-typescript": "^0.3.1",
56-
"nativescript-dev-webpack": "0.0.13",
5756
"shelljs": "^0.7.0",
5857
"tslint": "^4.5.1",
59-
"typescript": "~2.2.0"
58+
"typescript": "~2.3.2"
6059
},
6160
"scripts": {
6261
"tslint": "tslint --project tsconfig.json --config tslint.json"

Diff for: tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"nativescript-angular": "../nativescript-angular",
3939
"nativescript-unit-test-runner": "^0.3.4",
4040
"rxjs": "^5.2.0",
41-
"tns-core-modules": "internal-preview",
41+
"tns-core-modules": "next",
4242
"zone.js": "^0.8.2"
4343
},
4444
"devDependencies": {

0 commit comments

Comments
 (0)