Skip to content

Commit

Permalink
chore(CHANGELOG): include the ionic update in the command for angular
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed May 19, 2016
1 parent 9d77f50 commit 6708f95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ Angular has been updated to 2.0.0-rc.1, follow these steps to update Angular.
"angular2": "2.0.0-beta.15"
```

2. Then, run the following command from a terminal:
2. Then, run the following command from a terminal to update Ionic and Angular:

```
npm install --save @angular/core @angular/compiler @angular/common @angular/platform-browser @angular/platform-browser-dynamic @angular/router @angular/http rxjs@5.0.0-beta.6 zone.js@0.6.12 reflect-metadata
npm install --save ionic-angular@2.0.0-beta.7 @angular/core @angular/compiler @angular/common @angular/platform-browser @angular/platform-browser-dynamic @angular/router @angular/http rxjs@5.0.0-beta.6 zone.js@0.6.12 reflect-metadata
```

3. Run the following command from a terminal to update the gulp task for `ionic-gulp-scripts-copy`:
Expand Down

0 comments on commit 6708f95

Please sign in to comment.