chore(CHANGELOG): update instructions to install 2.0.0 version of gulp task

This commit is contained in:
Brandy Carney
2016-05-19 11:56:37 -04:00
parent 6be151049a
commit 9d77f50af8

View File

@@ -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: