drag-list-react
Advanced tools
Comparing version 1.0.1 to 1.0.2
/*! | ||
* drag-list-react v1.0.0 | ||
* drag-list-react v1.0.2 | ||
* (c) 2017 LowesYang | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
{ | ||
"name": "drag-list-react", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A component of dragging and resorting list for React", | ||
"main": "dist/drag-list-react.js", | ||
"browser": "dist/drag-list-react.js", | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "karma": "karma start config/karma.conf.js", |
@@ -9,3 +9,3 @@ # Drag-list-react | ||
## Install | ||
``` | ||
```bash | ||
npm install drag-list-react --save | ||
@@ -15,3 +15,3 @@ ``` | ||
## Usage | ||
```jsx harmony | ||
```javascript | ||
import React from 'react'; | ||
@@ -18,0 +18,0 @@ import DragList from 'drag-list-react'; |
Sorry, the diff of this file is too big to display
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
220097