From f61b671844f1e76a7adea2937bd2c201e9b46861 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 12 Feb 2020 15:39:34 -0500 Subject: [PATCH] docs(changelog): remove save-exact flag --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e62e86f0f..4902b6abb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,15 +8,15 @@ Run the following commands based on your project type: ``` # for an angular app -npm i @ionic/angular@latest --save --save-exact +npm i @ionic/angular@latest --save # for a react app -npm i @ionic/react@latest --save --save-exact -npm i @ionic/react-router@latest --save --save-exact -npm i ionicons@latest --save --save-exact +npm i @ionic/react@latest --save +npm i @ionic/react-router@latest --save +npm i ionicons@latest --save # for a stencil / vanilla JS app -npm i @ionic/core@latest --save --save-exact +npm i @ionic/core@latest --save ``` Then take a look at the [Breaking Changes](./BREAKING.md) file for API changes.