Skip to content

Commit

Permalink
Peer dependencies fix (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdolek authored Jan 4, 2022
1 parent b700ffe commit 1906e65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-resize-event",
"version": "3.1.0",
"version": "3.1.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
6 changes: 3 additions & 3 deletions projects/angular-resize-event/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-resize-event",
"version": "3.1.0",
"version": "3.1.1",
"repository": {
"type": "git",
"url": "https://github.com/vdolek/angular-resize-event"
Expand All @@ -17,8 +17,8 @@
],
"license": "MIT",
"peerDependencies": {
"@angular/common": "^12.2.0",
"@angular/core": "^12.2.0"
"@angular/common": ">= 12.2.0 < 14",
"@angular/core": ">= 12.2.0 < 14"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit 1906e65

Please sign in to comment.