Skip to content

Commit 8500817

Browse files
vchimevvchimev
authored andcommitted
Update npm tag
1 parent cf63da6 commit 8500817

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
6464
deploy:
6565
provider: npm
6666
email: nativescript@telerik.com

build/run-testsapp.grunt.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
},

tns-core-modules/package.json

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

0 commit comments

Comments
 (0)