Skip to content

Commit 355af24

Browse files
committed
Add missing peer dependency
1 parent 6ea651a commit 355af24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "0.0.1",
44
"peerDependencies": {
55
"@angular/common": "^15.0.0",
6-
"@angular/core": "^15.0.0"
6+
"@angular/core": "^15.0.0",
7+
"lodash-es": "^4.17.21"
78
},
89
"dependencies": {
910
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)