From 04673758567f8b1fbab1fc9140096d0c55aa6b97 Mon Sep 17 00:00:00 2001 From: Vasil Chimev Date: Mon, 24 Apr 2017 11:42:19 +0300 Subject: [PATCH] Update widgets to internal-preview --- build/run-testsapp.grunt.js | 2 +- tns-core-modules/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/run-testsapp.grunt.js b/build/run-testsapp.grunt.js index f46813491..cf2fa6dee 100644 --- a/build/run-testsapp.grunt.js +++ b/build/run-testsapp.grunt.js @@ -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 } }, diff --git a/tns-core-modules/package.json b/tns-core-modules/package.json index 769320e2d..9088fb301 100644 --- a/tns-core-modules/package.json +++ b/tns-core-modules/package.json @@ -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",