Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Commit

Permalink
Adding missing peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Oct 11, 2016
1 parent 071eb46 commit 914254a
Showing 1 changed file with 28 additions and 14 deletions.
42 changes: 28 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,6 @@
"tsc": "tsc"
},
"dependencies": {
"@angular/common": "2.0.2",
"@angular/compiler": "2.0.2",
"@angular/core": "2.0.2",
"@angular/forms": "0.2.0",
"@angular/http": "2.0.2",
"@angular/platform-browser": "2.0.2",
"@angular/platform-browser-dynamic": "2.0.2",
"@angular/router": "3.0.2",
"@angular/upgrade": "2.0.2",
"angular2-in-memory-web-api": "0.0.21",
"rxjs": "5.0.0-beta.12",
"zone.js": "0.6.25"
},
"devDependencies": {
"@types/core-js": "0.9.34",
"@types/jasmine": "2.5.35",
"@types/node": "4.0.29",
Expand Down Expand Up @@ -94,6 +80,34 @@
"webpack-md5-hash": "0.0.5",
"webpack-merge": "0.14.1"
},
"devDependencies": {
"@angular/common": "2.0.2",
"@angular/compiler": "2.0.2",
"@angular/core": "2.0.2",
"@angular/forms": "0.2.0",
"@angular/http": "2.0.2",
"@angular/platform-browser": "2.0.2",
"@angular/platform-browser-dynamic": "2.0.2",
"@angular/router": "3.0.2",
"@angular/upgrade": "2.0.2",
"angular2-in-memory-web-api": "0.0.21",
"rxjs": "5.0.0-beta.12",
"zone.js": "0.6.25"
},
"peerDependencies": {
"@angular/common": "^2.0.2",
"@angular/compiler": "^2.0.2",
"@angular/core": "^2.0.2",
"@angular/forms": "^0.2.0",
"@angular/http": "^2.0.2",
"@angular/platform-browser": "^2.0.2",
"@angular/platform-browser-dynamic": "^2.0.2",
"@angular/router": "^3.0.2",
"@angular/upgrade": "^2.0.2",
"angular2-in-memory-web-api": "^0.0.21",
"rxjs": "^5.0.0-beta.12",
"zone.js": "^0.6.25"
},
"keywords": [
"angular2",
"holisticon",
Expand Down

0 comments on commit 914254a

Please sign in to comment.