Skip to content

Commit

Permalink
fix(lib): minor
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Jan 5, 2022
1 parent 34824bb commit 91635af
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions projects/angular-material-extensions/select-country/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"test:watch": "../../../node_modules/.bin/jest --coverage --watch"
},
"peerDependencies": {
"@angular/common": "^12.x",
"@angular/core": "^12.x",
"@angular/forms": "^12.x",
"@angular/platform-browser": "^12.x",
"@angular/cdk": "~12.x",
"@angular/material": "~12.x",
"@angular/common": "^13.x",
"@angular/core": "^13.x",
"@angular/forms": "^13.x",
"@angular/platform-browser": "^13.x",
"@angular/cdk": "~13.x",
"@angular/material": "~13.x",
"rxjs": "^6.6.x"
},
"engines": {
Expand Down

0 comments on commit 91635af

Please sign in to comment.