Skip to content

Commit 1906e65

Browse files
authored
Peer dependencies fix (#53)
1 parent b700ffe commit 1906e65

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-resize-event",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

projects/angular-resize-event/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-resize-event",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/vdolek/angular-resize-event"
@@ -17,8 +17,8 @@
1717
],
1818
"license": "MIT",
1919
"peerDependencies": {
20-
"@angular/common": "^12.2.0",
21-
"@angular/core": "^12.2.0"
20+
"@angular/common": ">= 12.2.0 < 14",
21+
"@angular/core": ">= 12.2.0 < 14"
2222
},
2323
"dependencies": {
2424
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)