Skip to content

Commit

Permalink
fix: allow angular 5 peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lewis committed Oct 21, 2017
1 parent 3d27d28 commit d178614
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,19 +154,19 @@
"zone.js": "^0.8.18"
},
"peerDependencies": {
"@angular/animations": "^4.0.0",
"@angular/common": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"@angular/animations": ">=4.0.0 <6.0.0",
"@angular/common": ">=4.0.0 <6.0.0",
"@angular/core": ">=4.0.0 <6.0.0",
"@angular/platform-browser": ">=4.0.0 <6.0.0",
"typescript": "^2.3.0"
},
"files": [
"dist",
"scss"
],
"dependencies": {
"angular-draggable-droppable": "^1.1.0",
"angular-resizable-element": "^1.2.3",
"angular-draggable-droppable": "^1.1.1",
"angular-resizable-element": "^1.2.4",
"calendar-utils": "0.0.57",
"date-fns": "^1.28.5",
"positioning": "^1.3.1"
Expand Down

0 comments on commit d178614

Please sign in to comment.