Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Commit

Permalink
chore(changelog): 0.0.47 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danbucholtz authored Dec 12, 2016
1 parent d0a3894 commit b6c12f5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@

### Upgrade Instructions

#### Install latest Ionic CLI
Install the latest ionic cli. `sudo` may be required depending upon your `npm` set-up.

```
npm install -g ionic@latest
```

#### Entry Point Changes
Delete `main.dev.ts` and `main.prod.ts` and create a `main.ts` file with the following content:

Expand Down

0 comments on commit b6c12f5

Please sign in to comment.