Skip to content

Commit

Permalink
chore: update to beta.17 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva committed Apr 29, 2016
1 parent 7704d8c commit 692103c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
<a name="0.1.17"></a>
# 0.1.17 (2016-04-29)
* update packages
* Angular 2 beta 17
* RxJs 5.0.0-beta.6

<a name="0.1.16"></a>
# 0.1.16 (2016-04-25)
* update packages
* Angular 2 beta 16
* zone.js 0.6.12

<a name="0.1.15"></a>
# 0.1.15 (2016-04-13)
* update packages
* Angular 2 beta 15
* zone.js 0.6.10

<a name="0.1.14"></a>
# 0.1.14 (2016-04-07)
* update packages
Expand Down
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,8 @@ compiling your application project.
- `npm install` the new package(s) (make sure they really do install!)<br>
`npm list --depth=0`

- consider updating typings:

Iterate looking for SHAs of
`https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/{pkg}/{pkg}.d.ts`

Update `typings.json` and run `npm run typings -- install`
OR install individually:
`npm run typings -- install packagename --ambient --save`
- consider updating typings, install individually or together:
`npm run typings -- install packagename1 packagename2 --ambient --save`

**NB: Do not add to `npm postinstall` as that screws up consumers!**

Expand All @@ -52,4 +46,4 @@ compiling your application project.

- Add two tags to the release commit with for npmcdn
- the version number
- 'latest'
- 'latest'
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "a2-in-memory-web-api",
"version": "0.1.16",
"version": "0.1.17",
"description": "An in-memory web api for demos and tests",
"scripts": {
"tsc": "tsc",
Expand All @@ -26,10 +26,10 @@
},
"homepage": "https://github.com/wardbell/a2-in-memory-web-api#readme",
"dependencies": {
"angular2": "2.0.0-beta.16",
"angular2": "2.0.0-beta.17",
"es6-shim": "^0.35.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"rxjs": "5.0.0-beta.6",
"zone.js": "0.6.12"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion typings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"ambientDependencies": {
"es6-shim": "github:DefinitelyTyped/DefinitelyTyped/es6-shim/es6-shim.d.ts#7de6c3dd94feaeb21f20054b9f30d5dabc5efabd"
"es6-shim": "registry:dt/es6-shim#0.31.2+20160317120654"
}
}

0 comments on commit 692103c

Please sign in to comment.