Skip to content

Commit

Permalink
fix: add @angular/common into peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-dosx86 committed Jul 14, 2024
1 parent 6694c34 commit 6b3f806
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/ng-error-handlers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "ng-error-handlers",
"version": "1.1.0",
"peerDependencies": {
"@angular/core": "^17.0.0 || ^18.0.0"
"@angular/core": "^17.0.0 || ^18.0.0",
"@angular/common": "^17.0.0 || ^18.0.0"
},
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 6b3f806

Please sign in to comment.