Skip to content

Commit

Permalink
feat(): Updated to Angular 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akserg committed Jan 8, 2017
1 parent d4c0cc2 commit 0f117ed
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
"typings": "index.d.ts",
"homepage": "https://github.com/akserg/ng2-slim-loading-bar",
"peerDependencies": {
"@angular/core": "^2.0.0"
"@angular/core": "^2.4.2"
},
"devDependencies": {
"@angular/common": "^2.1.2",
"@angular/compiler": "^2.1.2",
"@angular/compiler-cli": "^2.1.2",
"@angular/core": "^2.1.2",
"@angular/platform-browser": "^2.1.2",
"@angular/platform-browser-dynamic": "^2.1.2",
"@angular/platform-server": "^2.1.2",
"@angular/common": "^2.4.2",
"@angular/compiler": "^2.4.2",
"@angular/compiler-cli": "^2.4.2",
"@angular/core": "^2.4.2",
"@angular/platform-browser": "^2.4.2",
"@angular/platform-browser-dynamic": "^2.4.2",
"@angular/platform-server": "^2.4.2",
"@types/hammerjs": "2.0.33",
"@types/jasmine": "2.5.37",
"@types/node": "6.0.46",
Expand Down

0 comments on commit 0f117ed

Please sign in to comment.