Skip to content

Commit

Permalink
fix: allow angular 8 peer dependency
Browse files Browse the repository at this point in the history
Closes #898
  • Loading branch information
mattlewis92 committed Mar 16, 2019
1 parent 7211519 commit 7230e94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@
"zone.js": "^0.8.26"
},
"peerDependencies": {
"@angular/animations": ">=6.0.0 <8.0.0",
"@angular/common": ">=6.0.0 <8.0.0",
"@angular/core": ">=6.0.0 <8.0.0"
"@angular/animations": ">=6.0.0 <9.0.0",
"@angular/common": ">=6.0.0 <9.0.0",
"@angular/core": ">=6.0.0 <9.0.0"
},
"dependencies": {
"angular-draggable-droppable": "^4.0.2",
Expand Down

0 comments on commit 7230e94

Please sign in to comment.