Skip to content

Commit 5e46471

Browse files
NathanWalkerrigor789
authored andcommitted
chore: prep for more scoped packages
1 parent c8c2d94 commit 5e46471

File tree

3 files changed

+2
-19
lines changed

3 files changed

+2
-19
lines changed

config/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
"WHOAMI_URL_ENDPOINT": "https://play.nativescript.org/api/whoami",
1111
"PREVIEW_APP_ENVIRONMENT": "live",
1212
"GA_TRACKING_ID": "UA-111455-51"
13-
}
13+
}

lib/controllers/migrate-controller.ts

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -58,23 +58,6 @@ Running this command will ${MigrateController.COMMON_MIGRATE_MESSAGE}`;
5858
private migrationDependencies: IMigrationDependency[] = [
5959
{ packageName: constants.TNS_CORE_MODULES_NAME, verifiedVersion: "6.0.1" },
6060
{ packageName: constants.TNS_CORE_MODULES_WIDGETS_NAME, verifiedVersion: "6.0.1" },
61-
{ packageName: "tns-platform-declarations", isDev: true, verifiedVersion: "6.0.1" },
62-
{ packageName: "node-sass", isDev: true, verifiedVersion: "4.12.0" },
63-
{ packageName: "nativescript-dev-sass", isDev: true, replaceWith: "node-sass" },
64-
{ packageName: "nativescript-dev-typescript", isDev: true, replaceWith: MigrateController.typescriptPackageName },
65-
{ packageName: "nativescript-dev-less", isDev: true, shouldRemove: true, warning: "LESS CSS is not supported out of the box. In order to enable it, follow the steps in this feature request: https://github.com/NativeScript/nativescript-dev-webpack/issues/967" },
66-
{ packageName: "nativescript-camera", verifiedVersion: "4.5.0" },
67-
{ packageName: "nativescript-geolocation", verifiedVersion: "5.1.0" },
68-
{ packageName: "nativescript-imagepicker", verifiedVersion: "6.2.0" },
69-
{ packageName: "nativescript-social-share", verifiedVersion: "1.5.2" },
70-
{ packageName: "nativescript-ui-chart", verifiedVersion: "5.0.0" },
71-
{ packageName: "nativescript-ui-dataform", verifiedVersion: "5.0.0" },
72-
{ packageName: "nativescript-ui-gauge", verifiedVersion: "5.0.0" },
73-
{ packageName: "nativescript-ui-listview", verifiedVersion: "7.0.0" },
74-
{ packageName: "nativescript-ui-sidedrawer", verifiedVersion: "7.0.0" },
75-
{ packageName: "nativescript-ui-calendar", verifiedVersion: "5.0.0" },
76-
{ packageName: "nativescript-ui-autocomplete", verifiedVersion: "5.0.0" },
77-
{ packageName: "nativescript-datetimepicker", verifiedVersion: "1.1.0" },
7861
{ packageName: "kinvey-nativescript-sdk", verifiedVersion: "4.2.1" },
7962
{ packageName: "nativescript-plugin-firebase", verifiedVersion: "9.0.2" },
8063
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nativescript",
33
"preferGlobal": true,
4-
"version": "6.8.0-rc.2",
4+
"version": "6.8.0-rc.3",
55
"author": "NativeScript <support@nativescript.org>",
66
"description": "Command-line interface for building NativeScript projects",
77
"bin": {

0 commit comments

Comments
 (0)