We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b700ffe commit 1906e65Copy full SHA for 1906e65
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "angular-resize-event",
3
- "version": "3.1.0",
+ "version": "3.1.1",
4
"scripts": {
5
"ng": "ng",
6
"start": "ng serve",
projects/angular-resize-event/package.json
"repository": {
"type": "git",
"url": "https://github.com/vdolek/angular-resize-event"
@@ -17,8 +17,8 @@
17
],
18
"license": "MIT",
19
"peerDependencies": {
20
- "@angular/common": "^12.2.0",
21
- "@angular/core": "^12.2.0"
+ "@angular/common": ">= 12.2.0 < 14",
+ "@angular/core": ">= 12.2.0 < 14"
22
},
23
"dependencies": {
24
"tslib": "^2.3.0"
0 commit comments