Skip to content

Commit 2ac42a0

Browse files
committed
chore: target 'next' tag of tns-core-modules
1 parent 0ae9fa7 commit 2ac42a0

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

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)