ngx-drag-drop
Advanced tools
Comparing version 1.0.0-rc.3 to 1.0.0
{ | ||
"name": "ngx-drag-drop", | ||
"version": "1.0.0-rc.3", | ||
"version": "1.0.0", | ||
"description": "Angular directives using the native HTML Drag And Drop API", | ||
@@ -31,3 +31,3 @@ "repository": { | ||
"workaround": "rm -rf node_modules/ngx-drag-drop && cp -R dist node_modules/ngx-drag-drop", | ||
"build": "ng build --prod --build-optimizer", | ||
"build:docs": "ng build --prod --build-optimizer", | ||
"build:lib": "ng-packagr -p ng-package.json", | ||
@@ -34,0 +34,0 @@ "publish:stable": "npm publish dist", |
@@ -7,4 +7,6 @@ [![npm](https://img.shields.io/npm/v/ngx-drag-drop.svg)](https://www.npmjs.com/package/ngx-drag-drop) | ||
[_Demo_](https://github.com/reppners/ngx-drag-drop) | ||
[_Demo_](https://reppners.github.io/ngx-drag-drop/) | ||
`npm install ngx-drag-drop@next --save` | ||
**Angular directives for declarative drag and drop using the HTML5 Drag-And-Drop API** | ||
@@ -19,7 +21,5 @@ | ||
* custom CSS classes | ||
* touch support by using a [polyfill](https://github.com/timruffles/ios-html5-drag-drop-shim/tree/rewrite) | ||
* touch support by using a [polyfill](https://github.com/timruffles/ios-html5-drag-drop-shim) | ||
* [AOT](https://angular.io/guide/aot-compiler) compatible | ||
Install with `npm install ngx-drag-drop@next --save` | ||
Port of [angular-drag-drop-lists](https://github.com/marceljuenemann/angular-drag-and-drop-lists) but without the lists :wink: | ||
@@ -307,3 +307,3 @@ | ||
* build docs site with `npm run build` | ||
* build docs site with `npm run build:docs` | ||
* commit and push changes in `docs` to `master` |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
263333