Skip to content

Commit 443cacc

Browse files
author
Vasil Chimev
authored
Update npm tag (#782)
1 parent d0677b0 commit 443cacc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ before_deploy:
4646
- npm install -g nativescript --ignore-scripts
4747
- tns usage-reporting disable
4848
- tns error-reporting disable
49-
- node ../build/travis-scripts/add-publishConfig.js internal-preview $PACKAGE_VERSION
49+
- node ../build/travis-scripts/add-publishConfig.js next $PACKAGE_VERSION
5050
deploy:
5151
provider: npm
5252

nativescript-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@angular/platform-browser": "~4.0.0 || ~4.1.0",
5252
"@angular/router": "~4.0.0 || ~4.1.0",
5353
"rxjs": "^5.0.1",
54-
"tns-core-modules": "^3.0.0 || ^3.0.0-rc.1",
54+
"tns-core-modules": "^3.0.0",
5555
"zone.js": "^0.8.4"
5656
},
5757
"devDependencies": {
@@ -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"

ng-sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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": {

tests/package.json

Lines changed: 1 addition & 1 deletion
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)