Skip to content

Commit 19588d6

Browse files
committed
fix: re-add peer dependencies
1 parent f1e2831 commit 19588d6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,11 @@
149149
"typescript": "~3.8.3",
150150
"zone.js": "~0.10.2"
151151
},
152-
"peerDependencies": {},
152+
"peerDependencies": {
153+
"@angular/animations": ">=6.0.0",
154+
"@angular/common": ">=6.0.0",
155+
"@angular/core": ">=6.0.0"
156+
},
153157
"dependencies": {
154158
"@scarf/scarf": "^1.0.4",
155159
"angular-draggable-droppable": "^4.4.4",

0 commit comments

Comments
 (0)