From f1eeed1c915f6b27022352aa03b0879fe158e4e9 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Wed, 10 Jul 2019 12:47:40 -0500 Subject: [PATCH] Move package.json to angular directory for v3. Per conversation with Adam, we are trying to get GitHub to properly pick up the Used By count for Ionic 3 which is much higher than v4 today. This is a dummy package. --- angular/scripts/README.md | 4 ++++ {.scripts/v3 => angular/scripts}/package.json | 0 2 files changed, 4 insertions(+) rename {.scripts/v3 => angular/scripts}/package.json (100%) diff --git a/angular/scripts/README.md b/angular/scripts/README.md index c87c282f72..95acfc6eb6 100644 --- a/angular/scripts/README.md +++ b/angular/scripts/README.md @@ -15,3 +15,7 @@ npm run build.link ../ionic-conference-app When the command above is ran from the `angular` directory, it will build `@ionic/angular` and copy the `dist` directory to the correct location of another local project. In the example above, the end result is that it copies the `dist` directory to `../ionic-conference-app/node_modules/@ionic/angular/dist`. The path given should be relative to the root of this mono repo. + +## package.json note + +The `package.json` file in this directory references __Ionic 3__ and is in here to get GitHub to properly show the Used By counts on the repo. __Do not remove it!__ diff --git a/.scripts/v3/package.json b/angular/scripts/package.json similarity index 100% rename from .scripts/v3/package.json rename to angular/scripts/package.json