|
1 | 1 | {
|
2 | 2 | "name": "angular2-token",
|
3 |
| - "version": "0.1.8", |
| 3 | + "version": "0.1.9", |
4 | 4 | "description": "Angular2 service for token based authentication",
|
5 | 5 | "main": "./angular2-token.js",
|
6 | 6 | "typings": "./angular2-token.d.ts",
|
|
14 | 14 | "token authentication"
|
15 | 15 | ],
|
16 | 16 | "peerDependencies": {
|
17 |
| - "@angular/core": "2.0.0-rc.7", |
18 |
| - "@angular/http": "2.0.0-rc.7", |
19 |
| - "@angular/common": "2.0.0-rc.7", |
20 |
| - "@angular/router": "3.0.0-rc.3", |
| 17 | + "@angular/core": "2.0.0", |
| 18 | + "@angular/http": "2.0.0", |
| 19 | + "@angular/common": "2.0.0", |
| 20 | + "@angular/router": "3.0.0", |
21 | 21 | "rxjs": "5.0.0-beta.12"
|
22 | 22 | },
|
23 | 23 | "devDependencies": {
|
24 | 24 |
|
25 |
| - "@angular/core": "2.0.0-rc.7", |
26 |
| - "@angular/http": "2.0.0-rc.7", |
27 |
| - "@angular/common": "2.0.0-rc.7", |
28 |
| - "@angular/router": "3.0.0-rc.3", |
| 25 | + "@angular/core": "2.0.0", |
| 26 | + "@angular/http": "2.0.0", |
| 27 | + "@angular/common": "2.0.0", |
| 28 | + "@angular/router": "3.0.0", |
29 | 29 | "rxjs": "5.0.0-beta.12",
|
30 | 30 |
|
31 |
| - "@angular/compiler": "2.0.0-rc.7", |
32 |
| - "@angular/platform-browser": "2.0.0-rc.7", |
33 |
| - "@angular/platform-browser-dynamic": "2.0.0-rc.7", |
34 |
| - "@angular/platform-server": "2.0.0-rc.7", |
| 31 | + "@angular/compiler": "2.0.0", |
| 32 | + "@angular/platform-browser": "2.0.0", |
| 33 | + "@angular/platform-browser-dynamic": "2.0.0", |
| 34 | + "@angular/platform-server": "2.0.0", |
35 | 35 | "ie-shim": "^0.1.0",
|
36 | 36 | "typescript": "^2.0.0",
|
37 | 37 | "zone.js": "0.6.23",
|
|
0 commit comments