Skip to content

Commit 7f11c55

Browse files
committed
Update to Angular 2.0 Final
1 parent 7ff5c7c commit 7f11c55

File tree

3 files changed

+15
-16
lines changed

3 files changed

+15
-16
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
Angular 2 JWT Authentication Example
44

5-
To see a demo and further details go to http://jasonwatmore.com/post/2016/08/16/Angular-2-JWT-Authentication-Example-Tutorial.aspx
5+
To see a demo and further details go to http://jasonwatmore.com/post/2016/08/16/angular-2-jwt-authentication-example-tutorial

package.json

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,27 @@
1111
},
1212
"license": "ISC",
1313
"dependencies": {
14-
"@angular/common": "2.0.0-rc.6",
15-
"@angular/compiler": "2.0.0-rc.6",
16-
"@angular/compiler-cli": "0.6.0",
17-
"@angular/core": "2.0.0-rc.6",
18-
"@angular/forms": "2.0.0-rc.6",
19-
"@angular/http": "2.0.0-rc.6",
20-
"@angular/platform-browser": "2.0.0-rc.6",
21-
"@angular/platform-browser-dynamic": "2.0.0-rc.6",
22-
"@angular/router": "3.0.0-rc.2",
23-
"@angular/upgrade": "2.0.0-rc.6",
14+
"@angular/common": "2.0.0",
15+
"@angular/compiler": "2.0.0",
16+
"@angular/core": "2.0.0",
17+
"@angular/forms": "2.0.0",
18+
"@angular/http": "2.0.0",
19+
"@angular/platform-browser": "2.0.0",
20+
"@angular/platform-browser-dynamic": "2.0.0",
21+
"@angular/router": "3.0.0",
22+
"@angular/upgrade": "2.0.0",
2423
"core-js": "^2.4.1",
2524
"reflect-metadata": "^0.1.3",
26-
"rxjs": "5.0.0-beta.11",
25+
"rxjs": "5.0.0-beta.12",
2726
"systemjs": "0.19.27",
28-
"zone.js": "^0.6.17",
29-
"angular2-in-memory-web-api": "0.0.18",
27+
"zone.js": "^0.6.23",
28+
"angular2-in-memory-web-api": "0.0.20",
3029
"bootstrap": "^3.3.6"
3130
},
3231
"devDependencies": {
3332
"concurrently": "^2.2.0",
3433
"lite-server": "^2.2.2",
35-
"typescript": "^1.8.10",
34+
"typescript": "^2.0.2",
3635
"typings": "^1.3.2"
3736
}
3837
}

typings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"globalDependencies": {
33
"core-js": "registry:dt/core-js#0.0.0+20160725163759",
44
"jasmine": "registry:dt/jasmine#2.2.0+20160621224255",
5-
"node": "registry:dt/node#6.0.0+20160831021119"
5+
"node": "registry:dt/node#6.0.0+20160909174046"
66
}
77
}

0 commit comments

Comments
 (0)