ngx-drag-drop
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "ngx-drag-drop", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Angular directives using the native HTML Drag And Drop API", | ||
@@ -78,3 +78,3 @@ "repository": { | ||
"peerDependencies": { | ||
"@angular/core": "^4.0.0", | ||
"@angular/core": "^4.0.0 || ^5.0.0", | ||
"rxjs": "^5.1.0", | ||
@@ -81,0 +81,0 @@ "zone.js": "^0.8.4" |
@@ -9,3 +9,3 @@ [![npm](https://img.shields.io/npm/v/ngx-drag-drop.svg)](https://www.npmjs.com/package/ngx-drag-drop) | ||
`npm install ngx-drag-drop@next --save` | ||
`npm install ngx-drag-drop --save` | ||
@@ -12,0 +12,0 @@ **Angular directives for declarative drag and drop using the HTML5 Drag-And-Drop API** |
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
263338