Comparing version 5.0.1 to 5.0.2
@@ -1,1 +0,1 @@ | ||
{"name":"ng2-dnd","description":"Angular 2 Drag-and-Drop without dependencies","version":"5.0.1","scripts":{"test":"karma start","clean":"rimraf dist","test-watch":"tsc --noUnusedParameters --noUnusedLocals && karma start --no-single-run --auto-watch","commit":"npm run prepublish && npm test && git-cz","build":"npm run clean && ngc && ng-packagr -p ng-package.json && cp style.css dist/bundles/style.css && rimraf dist/tests","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"repository":{"type":"git","url":"https://github.com/akserg/ng2-dnd.git"},"keywords":["angular","angular2","angular 2","drag","drop","drag-and-drop"],"author":"Sergey Akopkokhyants <akserg@gmail.com>","license":"MIT","bugs":{"url":"https://github.com/akserg/ng2-dnd/issues"},"main":"bundles/ng2-dnd.umd.js","module":"ng2-dnd.es5.js","typings":"ng2-dnd.d.ts","homepage":"https://github.com/akserg/ng2-dnd#readme","peerDependencies":{"@angular/core":"^4.0.0 || ^5.0.0","@angular/forms":"^4.0.0 || ^5.0.0"},"devDependencies":{"@angular/common":"^5.0.0","@angular/compiler":"^5.0.0","@angular/compiler-cli":"^5.0.0","@angular/core":"^5.0.0","@angular/forms":"^5.0.0","@angular/platform-browser":"^5.0.0","@angular/platform-browser-dynamic":"^5.0.0","@angular/platform-server":"^5.0.0","@types/hammerjs":"^2.0.34","@types/jasmine":"^2.5.51","@types/node":"^8.0.53","awesome-typescript-loader":"^3.1.3","codelyzer":"^4.0.1","core-js":"^2.4.1","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.6.2","karma":"^1.7.0","karma-chrome-launcher":"^2.1.1","karma-coverage":"^1.1.1","karma-firefox-launcher":"^1.0.1","karma-jasmine":"^1.1.0","karma-mocha-reporter":"^2.2.3","karma-remap-coverage":"~0.1.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.3","loader-utils":"^1.1.0","ng-packagr":"^2.0.0-rc.0","reflect-metadata":"^0.1.10","rxjs":"^5.4.0","source-map-loader":"^0.2.1","ts-helpers":"1.1.2","tslint":"^5.4.3","tslint-loader":"^3.5.3","typescript":"^2.3.4","webpack":"^3.6.0","zone.js":"^0.8.12"},"engines":{"npm":">4.0.0"},"es2015":"ng2-dnd.js","metadata":"ng2-dnd.metadata.json"} | ||
{"name":"ng2-dnd","description":"Angular 2 Drag-and-Drop without dependencies","version":"5.0.2","scripts":{"test":"karma start","clean":"rimraf dist","test-watch":"tsc --noUnusedParameters --noUnusedLocals && karma start --no-single-run --auto-watch","commit":"npm run prepublish && npm test && git-cz","build":"npm run clean && ngc && ng-packagr -p ng-package.json && cp style.css dist/bundles/style.css && rimraf dist/tests","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"repository":{"type":"git","url":"https://github.com/akserg/ng2-dnd.git"},"keywords":["angular","angular2","angular 2","drag","drop","drag-and-drop"],"author":"Sergey Akopkokhyants <akserg@gmail.com>","license":"MIT","bugs":{"url":"https://github.com/akserg/ng2-dnd/issues"},"main":"bundles/ng2-dnd.umd.js","module":"ng2-dnd.es5.js","typings":"ng2-dnd.d.ts","homepage":"https://github.com/akserg/ng2-dnd#readme","peerDependencies":{"@angular/core":"^4.0.0 || ^5.0.0","@angular/forms":"^4.0.0 || ^5.0.0"},"devDependencies":{"@angular/common":"^5.0.0","@angular/compiler":"^5.0.0","@angular/compiler-cli":"^5.0.0","@angular/core":"^5.0.0","@angular/forms":"^5.0.0","@angular/platform-browser":"^5.0.0","@angular/platform-browser-dynamic":"^5.0.0","@angular/platform-server":"^5.0.0","@types/hammerjs":"^2.0.34","@types/jasmine":"^2.5.51","@types/node":"^8.0.53","awesome-typescript-loader":"^3.1.3","codelyzer":"^4.0.1","core-js":"^2.4.1","istanbul-instrumenter-loader":"^3.0.0","jasmine-core":"^2.6.2","karma":"^1.7.0","karma-chrome-launcher":"^2.1.1","karma-coverage":"^1.1.1","karma-firefox-launcher":"^1.0.1","karma-jasmine":"^1.1.0","karma-mocha-reporter":"^2.2.3","karma-remap-coverage":"~0.1.4","karma-sourcemap-loader":"^0.3.7","karma-webpack":"^2.0.3","loader-utils":"^1.1.0","ng-packagr":"^2.0.0-rc.0","reflect-metadata":"^0.1.10","rxjs":"^5.4.0","source-map-loader":"^0.2.1","ts-helpers":"1.1.2","tslint":"^5.4.3","tslint-loader":"^3.5.3","typescript":"^2.3.4","webpack":"^3.6.0","zone.js":"^0.8.12"},"engines":{"npm":">4.0.0"},"es2015":"ng2-dnd.js","metadata":"ng2-dnd.metadata.json"} |
@@ -27,11 +27,5 @@ # Angular 2 Drag-and-Drop [![npm version](https://badge.fury.io/js/ng2-dnd.svg)](https://badge.fury.io/js/ng2-dnd) [![npm monthly downloads](https://img.shields.io/npm/dm/ng2-dnd.svg?style=flat-square)](https://www.npmjs.com/package/ng2-dnd) | ||
## Demo | ||
<!-- | ||
Simple examples using ng2-dnd: | ||
- with SystemJS in [ng2-systemjs-demo](https://github.com/akserg/ng2-systemjs-demo) | ||
- with Webpack in [ng2-webpack-demo](https://github.com/akserg/ng2-webpack-demo) | ||
- Webpack demo available [here](https://angular-dxqjhj.stackblitz.io) | ||
- SystemJS demo available [here](http://embed.plnkr.co/JbG8Si) | ||
Online demo available [here](http://akserg.github.io/ng2-webpack-demo) | ||
--> | ||
Plunker demo available [here](http://embed.plnkr.co/JbG8Si) | ||
## Usage | ||
@@ -38,0 +32,0 @@ If you use SystemJS to load your files, you might have to update your config: |
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
468266
848