Skip to content

Commit 69be778

Browse files
committed
Updated to Angular2 Final
1 parent d917952 commit 69be778

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## v0.1.8 & v0.1.9
4+
**Features:**
5+
- Updated Dependencies to Angular2 Final
6+
37
## v0.1.7
48
**Features:**
59
- Added .head() and .options() HTTP-wrapper

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-token",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "Angular2 service for token based authentication",
55
"main": "./angular2-token.js",
66
"typings": "./angular2-token.d.ts",
@@ -14,24 +14,24 @@
1414
"token authentication"
1515
],
1616
"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",
2121
"rxjs": "5.0.0-beta.12"
2222
},
2323
"devDependencies": {
2424

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",
2929
"rxjs": "5.0.0-beta.12",
3030

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",
3535
"ie-shim": "^0.1.0",
3636
"typescript": "^2.0.0",
3737
"zone.js": "0.6.23",

0 commit comments

Comments
 (0)