Skip to content

Commit 602deae

Browse files
authored
chore: remove @ionic/v1-toolkit package (#4978)
1 parent dc8d4e3 commit 602deae

File tree

22 files changed

+4
-1646
lines changed

22 files changed

+4
-1646
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ The Ionic CLI is organized into a monorepo. Here are the packages:
5454
##### CLIs
5555

5656
* [`packages/@ionic/cli`](https://github.com/ionic-team/ionic-cli/tree/develop/packages/%40ionic/cli): Ionic CLI executable and library.
57-
* [`packages/@ionic/lab`](https://github.com/ionic-team/ionic-cli/tree/develop/packages/%40ionic/lab): Utility CLI for Ionic Lab, used by `ionic serve`.
58-
* [`packages/@ionic/v1-toolkit`](https://github.com/ionic-team/ionic-cli/tree/develop/packages/%40ionic/v1-toolkit): Utility CLI for Ionic v1 Apps, used by `ionic serve`.
5957

6058
##### Libraries
6159

@@ -73,8 +71,8 @@ The Ionic CLI is organized into a monorepo. Here are the packages:
7371

7472
#### Toolset
7573

76-
* npm 6+ is required.
77-
* Node 12+ is required.
74+
* npm 8+ is required.
75+
* Node 16+ is required.
7876
* The codebase is written in [TypeScript](https://www.typescriptlang.org/). If
7977
you're unfamiliar with TypeScript, we recommend using [VS
8078
Code](https://code.visualstudio.com/) and finding a tutorial to familiarize
@@ -101,8 +99,8 @@ such as [nvm](https://github.com/creationix/nvm) and switch between
10199
environments, e.g.
102100

103101
```bash
104-
nvm install v12
105-
nvm alias cli-local v12
102+
nvm install v16
103+
nvm alias cli-local v16
106104
```
107105

108106
You can even set up an alias in your terminal that sets `IONIC_CONFIG_DIRECTORY`

packages/@ionic/v1-toolkit/.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)