Skip to content

Commit c17863e

Browse files
committed
updated angular2
1 parent a57de3b commit c17863e

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [ Angular2 Updated to 2.0.1 ]
1+
## [ Angular2 Updated to 2.1.0 ]
22
# Angular2 MEAN - QuickStart application with ExpressJS, MongoDB, Gulp and Typescript (Repository Pattern)
33

44
[![Build status](https://ci.appveyor.com/api/projects/status/y7cp312hef8sju0w/branch/master?svg=true)](https://ci.appveyor.com/project/moizKachwala/angular2-express-mongo-gulp-node-typescript/branch/master)

package.json

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,15 @@
2323
"author": "Moiz Kachwala",
2424
"license": "MIT",
2525
"dependencies": {
26-
"@angular/common": "~2.0.1",
27-
"@angular/compiler": "~2.0.1",
28-
"@angular/core": "~2.0.1",
29-
"@angular/forms": "~2.0.1",
30-
"@angular/http": "~2.0.1",
31-
"@angular/platform-browser": "~2.0.1",
32-
"@angular/platform-browser-dynamic": "~2.0.1",
33-
"@angular/router": "~3.0.1",
34-
"@angular/upgrade": "~2.0.1",
35-
"@angular/platform-server": "^2.0.1",
36-
37-
"@angular/compiler-cli": "0.6.3",
26+
"@angular/common": "~2.1.0",
27+
"@angular/compiler": "~2.1.0",
28+
"@angular/core": "~2.1.0",
29+
"@angular/forms": "~2.1.0",
30+
"@angular/http": "~2.1.0",
31+
"@angular/platform-browser": "~2.1.0",
32+
"@angular/platform-browser-dynamic": "~2.1.0",
33+
"@angular/router": "~3.1.0",
34+
"@angular/upgrade": "~2.1.0",
3835

3936
"body-parser": "^1.15.2",
4037
"bootstrap": "^3.3.7",

0 commit comments

Comments
 (0)