Skip to content

Commit dce7d04

Browse files
author
Vasil Chimev
authored
Merge pull request #4055 from NativeScript/vchimev-widgets
Update widgets to internal-preview
2 parents e1e687d + 0467375 commit dce7d04

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/run-testsapp.grunt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ module.exports = {
207207
},
208208
"npm-i-widgets": {
209209
// HACK: switch to @next when it gets switched to the 3.0 branch
210-
cmd: "npm i tns-core-modules-widgets@rc",
210+
cmd: "npm i tns-core-modules-widgets@internal-preview",
211211
cwd: localCfg.applicationDir
212212
}
213213
},

tns-core-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"license": "Apache-2.0",
2525
"typings": "tns-core-modules.d.ts",
2626
"dependencies": {
27-
"tns-core-modules-widgets": "rc"
27+
"tns-core-modules-widgets": "internal-preview"
2828
},
2929
"devDependencies": {
3030
"@types/node": "~7.0.5",

0 commit comments

Comments
 (0)