Skip to content

Commit a745688

Browse files
committed
build(package): fix root package.json file
set peerdeps to deps
1 parent 7af58b4 commit a745688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"publishConfig": {
5555
"access": "public"
5656
},
57-
"peerDependencies": {
57+
"dependencies": {
5858
"@angular/animations": "^9.1.4",
5959
"@angular/cdk": "^9.1.0",
6060
"@angular/common": "^9.1.4",

0 commit comments

Comments
 (0)