Update widgets to internal-preview

This commit is contained in:
Vasil Chimev
2017-04-24 11:42:19 +03:00
committed by vchimev
parent e1e687d8da
commit 0467375856
2 changed files with 2 additions and 2 deletions

View File

@@ -207,7 +207,7 @@ module.exports = {
}, },
"npm-i-widgets": { "npm-i-widgets": {
// HACK: switch to @next when it gets switched to the 3.0 branch // 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 cwd: localCfg.applicationDir
} }
}, },

View File

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