File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change
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
+
1
7
<a name =" 0.1.16 " ></a >
2
8
# 0.1.16 (2016-04-25)
3
9
* update packages
4
10
* Angular 2 beta 16
5
11
* zone.js 0.6.12
6
-
12
+
7
13
<a name =" 0.1.15 " ></a >
8
14
# 0.1.15 (2016-04-13)
9
15
* update packages
10
16
* Angular 2 beta 15
11
17
* zone.js 0.6.10
12
-
18
+
13
19
<a name =" 0.1.14 " ></a >
14
20
# 0.1.14 (2016-04-07)
15
21
* update packages
Original file line number Diff line number Diff line change @@ -28,14 +28,8 @@ compiling your application project.
28
28
- ` npm install ` the new package(s) (make sure they really do install!)<br >
29
29
` npm list --depth=0 `
30
30
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 `
39
33
40
34
** NB: Do not add to ` npm postinstall ` as that screws up consumers!**
41
35
@@ -52,4 +46,4 @@ compiling your application project.
52
46
53
47
- Add two tags to the release commit with for npmcdn
54
48
- the version number
55
- - 'latest'
49
+ - 'latest'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " a2-in-memory-web-api" ,
3
- "version" : " 0.1.16 " ,
3
+ "version" : " 0.1.17 " ,
4
4
"description" : " An in-memory web api for demos and tests" ,
5
5
"scripts" : {
6
6
"tsc" : " tsc" ,
26
26
},
27
27
"homepage" : " https://github.com/wardbell/a2-in-memory-web-api#readme" ,
28
28
"dependencies" : {
29
- "angular2" : " 2.0.0-beta.16 " ,
29
+ "angular2" : " 2.0.0-beta.17 " ,
30
30
"es6-shim" : " ^0.35.0" ,
31
31
"reflect-metadata" : " 0.1.2" ,
32
- "rxjs" : " 5.0.0-beta.2 " ,
32
+ "rxjs" : " 5.0.0-beta.6 " ,
33
33
"zone.js" : " 0.6.12"
34
34
},
35
35
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"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 "
4
4
}
5
5
}
You can’t perform that action at this time.
0 commit comments