angular-resizable-element
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.2.4"></a> | ||
## [1.2.4](https://github.com/mattlewis92/angular-resizable-element/compare/v1.2.3...v1.2.4) (2017-10-21) | ||
### Bug Fixes | ||
* allow angular 5 peer dependency ([25cfe50](https://github.com/mattlewis92/angular-resizable-element/commit/25cfe50)) | ||
<a name="1.2.3"></a> | ||
@@ -7,0 +17,0 @@ ## [1.2.3](https://github.com/mattlewis92/angular-resizable-element/compare/v1.2.2...v1.2.3) (2017-09-28) |
{ | ||
"name": "angular-resizable-element", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "An angular 4.0+ directive that allows an element to be dragged and resized", | ||
@@ -88,3 +88,3 @@ "main": "./dist/umd/angular-resizable-element.js", | ||
"peerDependencies": { | ||
"@angular/core": "^4.0.0" | ||
"@angular/core": ">=4.0.0 <6.0.0" | ||
}, | ||
@@ -91,0 +91,0 @@ "files": [ |
@@ -10,2 +10,6 @@ # angular resizable element | ||
<a target='_blank' rel='nofollow' href='https://app.codesponsor.io/link/uSyax6FrP6eVdiUSuyThrNTG/mattlewis92/angular-resizable-element'> | ||
<img alt='Sponsor' width='888' height='68' src='https://app.codesponsor.io/embed/uSyax6FrP6eVdiUSuyThrNTG/mattlewis92/angular-resizable-element.svg' /> | ||
</a> | ||
## Demo | ||
@@ -12,0 +16,0 @@ https://mattlewis92.github.io/angular-resizable-element/demo/ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
219654
114