Skip to content

Commit

Permalink
fix: fix package peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyg603 committed Jun 27, 2022
1 parent 155b701 commit e151367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/ngx-toggle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"access": "public"
},
"peerDependencies": {
"@angular/common": "^13.2.0",
"@angular/core": "^13.2.0"
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit e151367

Please sign in to comment.