File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ before_deploy:
6060- cd $PACKAGE_NAME
6161- rm ../.deploymentpackage
6262- mv ../build ./
63- - node ./build/travis-scripts/add-publishConfig.js internal-preview
63+ - node ./build/travis-scripts/add-publishConfig.js next
6464deploy :
6565 provider : npm
6666 email : nativescript@telerik.com
Original file line number Diff line number Diff line change @@ -206,8 +206,7 @@ module.exports = {
206206 cwd : localCfg . applicationDir
207207 } ,
208208 "npm-i-widgets" : {
209- // HACK: switch to @next when it gets switched to the 3.0 branch
210- cmd : "npm i tns-core-modules-widgets@internal-preview" ,
209+ cmd : "npm i tns-core-modules-widgets@next" ,
211210 cwd : localCfg . applicationDir
212211 }
213212 } ,
Original file line number Diff line number Diff line change 2424 "license" : " Apache-2.0" ,
2525 "typings" : " tns-core-modules.d.ts" ,
2626 "dependencies" : {
27- "tns-core-modules-widgets" : " internal-preview "
27+ "tns-core-modules-widgets" : " next "
2828 },
2929 "devDependencies" : {
3030 "@types/node" : " ~7.0.5" ,
You can’t perform that action at this time.
0 commit comments