Skip to content

Commit 692103c

Browse files
committed
chore: update to beta.17 (#7)
1 parent 7704d8c commit 692103c

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
1+
<a name="0.1.17"></a>
2+
# 0.1.17 (2016-04-29)
3+
* update packages
4+
* Angular 2 beta 17
5+
* RxJs 5.0.0-beta.6
6+
17
<a name="0.1.16"></a>
28
# 0.1.16 (2016-04-25)
39
* update packages
410
* Angular 2 beta 16
511
* zone.js 0.6.12
6-
12+
713
<a name="0.1.15"></a>
814
# 0.1.15 (2016-04-13)
915
* update packages
1016
* Angular 2 beta 15
1117
* zone.js 0.6.10
12-
18+
1319
<a name="0.1.14"></a>
1420
# 0.1.14 (2016-04-07)
1521
* update packages

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,8 @@ compiling your application project.
2828
- `npm install` the new package(s) (make sure they really do install!)<br>
2929
`npm list --depth=0`
3030

31-
- consider updating typings:
32-
33-
Iterate looking for SHAs of
34-
`https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/{pkg}/{pkg}.d.ts`
35-
36-
Update `typings.json` and run `npm run typings -- install`
37-
OR install individually:
38-
`npm run typings -- install packagename --ambient --save`
31+
- consider updating typings, install individually or together:
32+
`npm run typings -- install packagename1 packagename2 --ambient --save`
3933

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

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

5347
- Add two tags to the release commit with for npmcdn
5448
- the version number
55-
- 'latest'
49+
- 'latest'

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "a2-in-memory-web-api",
3-
"version": "0.1.16",
3+
"version": "0.1.17",
44
"description": "An in-memory web api for demos and tests",
55
"scripts": {
66
"tsc": "tsc",
@@ -26,10 +26,10 @@
2626
},
2727
"homepage": "https://github.com/wardbell/a2-in-memory-web-api#readme",
2828
"dependencies": {
29-
"angular2": "2.0.0-beta.16",
29+
"angular2": "2.0.0-beta.17",
3030
"es6-shim": "^0.35.0",
3131
"reflect-metadata": "0.1.2",
32-
"rxjs": "5.0.0-beta.2",
32+
"rxjs": "5.0.0-beta.6",
3333
"zone.js": "0.6.12"
3434
},
3535
"devDependencies": {

typings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"ambientDependencies": {
3-
"es6-shim": "github:DefinitelyTyped/DefinitelyTyped/es6-shim/es6-shim.d.ts#7de6c3dd94feaeb21f20054b9f30d5dabc5efabd"
3+
"es6-shim": "registry:dt/es6-shim#0.31.2+20160317120654"
44
}
55
}

0 commit comments

Comments
 (0)