From 9d77f50af8f9b40d833a011e1b589699c5d41b48 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 19 May 2016 11:56:37 -0400 Subject: [PATCH] chore(CHANGELOG): update instructions to install 2.0.0 version of gulp task --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95538e2eb2..02ae14ef80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -72,7 +72,7 @@ Angular has been updated to 2.0.0-rc.1, follow these steps to update Angular. 3. Run the following command from a terminal to update the gulp task for `ionic-gulp-scripts-copy`: ``` - npm install --save-dev ionic-gulp-scripts-copy + npm install --save-dev ionic-gulp-scripts-copy@2.0.0 ``` 4. Then, change any imports in your application from `angular2` to `@angular`. For example, the following: