File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
5050deploy :
5151 provider : npm
5252 email : nativescript@telerik.com
Original file line number Diff line number Diff line change 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" : {
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"
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments