mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Update npm tag
This commit is contained in:
@@ -60,7 +60,7 @@ before_deploy:
|
||||
- cd $PACKAGE_NAME
|
||||
- rm ../.deploymentpackage
|
||||
- mv ../build ./
|
||||
- node ./build/travis-scripts/add-publishConfig.js internal-preview
|
||||
- node ./build/travis-scripts/add-publishConfig.js next
|
||||
deploy:
|
||||
provider: npm
|
||||
email: nativescript@telerik.com
|
||||
|
||||
@@ -206,8 +206,7 @@ module.exports = {
|
||||
cwd: localCfg.applicationDir
|
||||
},
|
||||
"npm-i-widgets": {
|
||||
// HACK: switch to @next when it gets switched to the 3.0 branch
|
||||
cmd: "npm i tns-core-modules-widgets@internal-preview",
|
||||
cmd: "npm i tns-core-modules-widgets@next",
|
||||
cwd: localCfg.applicationDir
|
||||
}
|
||||
},
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"license": "Apache-2.0",
|
||||
"typings": "tns-core-modules.d.ts",
|
||||
"dependencies": {
|
||||
"tns-core-modules-widgets": "internal-preview"
|
||||
"tns-core-modules-widgets": "next"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "~7.0.5",
|
||||
|
||||
Reference in New Issue
Block a user