Merge pull request #4055 from NativeScript/vchimev-widgets

Update widgets to internal-preview
This commit is contained in:
Vasil Chimev
2017-04-24 14:22:33 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -207,7 +207,7 @@ module.exports = {
},
"npm-i-widgets": {
// HACK: switch to @next when it gets switched to the 3.0 branch
cmd: "npm i tns-core-modules-widgets@rc",
cmd: "npm i tns-core-modules-widgets@internal-preview",
cwd: localCfg.applicationDir
}
},

View File

@@ -24,7 +24,7 @@
"license": "Apache-2.0",
"typings": "tns-core-modules.d.ts",
"dependencies": {
"tns-core-modules-widgets": "rc"
"tns-core-modules-widgets": "internal-preview"
},
"devDependencies": {
"@types/node": "~7.0.5",