From cf578869d48d64975af06dfb4d02c4a82693654d Mon Sep 17 00:00:00 2001 From: vchimev Date: Thu, 4 May 2017 15:57:20 +0300 Subject: [PATCH] Update npm tag --- .travis.yml | 2 +- nativescript-angular/package.json | 4 ++-- ng-sample/package.json | 2 +- tests/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 903364dbc..3e947ce77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,7 @@ before_deploy: - npm install -g nativescript --ignore-scripts - tns usage-reporting disable - tns error-reporting disable -- node ../build/travis-scripts/add-publishConfig.js internal-preview $PACKAGE_VERSION +- node ../build/travis-scripts/add-publishConfig.js next $PACKAGE_VERSION deploy: provider: npm email: nativescript@telerik.com diff --git a/nativescript-angular/package.json b/nativescript-angular/package.json index 8f8abf671..f08150dcb 100644 --- a/nativescript-angular/package.json +++ b/nativescript-angular/package.json @@ -51,7 +51,7 @@ "@angular/platform-browser": "~4.0.0 || ~4.1.0", "@angular/router": "~4.0.0 || ~4.1.0", "rxjs": "^5.0.1", - "tns-core-modules": "^3.0.0 || ^3.0.0-rc.1", + "tns-core-modules": "^3.0.0", "zone.js": "^0.8.4" }, "devDependencies": { @@ -66,7 +66,7 @@ "@angular/router": "~4.0.0 || ~4.1.0", "codelyzer": "^3.0.1", "rxjs": "^5.0.1", - "tns-core-modules": "internal-preview", + "tns-core-modules": "next", "tslint": "^5.1.0", "typescript": "^2.3.2", "zone.js": "^0.8.4" diff --git a/ng-sample/package.json b/ng-sample/package.json index 983f3d3a2..29e852fd9 100644 --- a/ng-sample/package.json +++ b/ng-sample/package.json @@ -43,7 +43,7 @@ "@angular/router": "~4.1.0", "nativescript-angular": "file:../nativescript-angular", "rxjs": "^5.3.0", - "tns-core-modules": "^3.0.0 || ^3.0.0-rc.1", + "tns-core-modules": "next", "zone.js": "~0.8.2" }, "devDependencies": { diff --git a/tests/package.json b/tests/package.json index fb8cbbd5c..0b894576e 100644 --- a/tests/package.json +++ b/tests/package.json @@ -38,7 +38,7 @@ "nativescript-angular": "../nativescript-angular", "nativescript-unit-test-runner": "^0.3.4", "rxjs": "^5.2.0", - "tns-core-modules": "internal-preview", + "tns-core-modules": "next", "zone.js": "^0.8.2" }, "devDependencies": {