Skip to content

Commit

Permalink
feat: add optional peer dependencies on date-fns and moment
Browse files Browse the repository at this point in the history
Closes #1095
  • Loading branch information
mattlewis92 committed Oct 25, 2019
1 parent 28c35ab commit edd17b9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,17 @@
"peerDependencies": {
"@angular/animations": ">=6.0.0 <10.0.0",
"@angular/common": ">=6.0.0 <10.0.0",
"@angular/core": ">=6.0.0 <10.0.0"
"@angular/core": ">=6.0.0 <10.0.0",
"date-fns": "^2.0.0",
"moment": "^2.0.0"
},
"peerDependenciesMeta": {
"date-fns": {
"optional": true
},
"moment": {
"optional": true
}
},
"dependencies": {
"angular-draggable-droppable": "^4.3.8",
Expand Down

0 comments on commit edd17b9

Please sign in to comment.