Skip to content

Commit

Permalink
fix: add angular/cdk to peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpam committed Mar 14, 2022
1 parent 610f240 commit 67d43c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libs/ngx-cz-id/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stumpam/ngx-cz-id",
"license": "MIT",
"version": "3.0.4",
"version": "3.0.5",
"description": "Angular input for czech id (Rodné číslo) with validation.",
"homepage": "https://github.com/stumpam/ngx-cz-id",
"author": "Martin Štumpa (https://github.com/stumpam)",
Expand All @@ -22,7 +22,8 @@
},
"peerDependencies": {
"@angular/common": "^13.2.0",
"@angular/core": "^13.2.0"
"@angular/core": "^13.2.0",
"@angular/cdk": "^13.2.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit 67d43c0

Please sign in to comment.