mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Merge pull request #4055 from NativeScript/vchimev-widgets
Update widgets to internal-preview
This commit is contained in:
@@ -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
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user