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