Skip to content

Commit

Permalink
feat: add peer dep support for Angular 5 (angular-redux#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
smithad15 committed Jul 9, 2018
1 parent bd87846 commit 13b4cb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
},
"peerDependencies": {
"@angular-redux/store": "^6.3.0",
"@angular/common": "^2.4.0 || ^4.0.0",
"@angular/compiler": "^2.4.0 || ^4.0.0",
"@angular/core": "^2.4.0 || ^4.0.0",
"@angular/forms": "^2.4.0 || ^4.0.0",
"@angular/common": "^2.4.0 || ^4.0.0 || ^5.0.0",
"@angular/compiler": "^2.4.0 || ^4.0.0 || ^5.0.0",
"@angular/core": "^2.4.0 || ^4.0.0 || ^5.0.0",
"@angular/forms": "^2.4.0 || ^4.0.0 || ^5.0.0",
"redux": "^3.0"
},
"engines": {
Expand Down

0 comments on commit 13b4cb8

Please sign in to comment.