react-dnd
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "react-dnd", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "HTML5 drag and drop mixin for React with full DOM control", | ||
"main": "modules/index.js", | ||
"main": "dist-modules/index.js", | ||
"scripts": { | ||
"start": "cd examples && node server.js" | ||
"start": "./scripts/run-examples" | ||
}, | ||
@@ -9,0 +9,0 @@ "repository": { |
@@ -24,3 +24,3 @@ react-dnd | ||
npm install | ||
npm run | ||
npm start | ||
open http://localhost:8080/ | ||
@@ -40,5 +40,5 @@ ``` | ||
Dependencies: Flux and a couple of functions from lodash-node; | ||
Peer Dependencies: React >= 0.11.0. | ||
Peer Dependencies: React >= 0.12.0. | ||
Note: [I'm using ES6 features in this library](https://github.com/gaearon/react-dnd/issues/2), so you may want to enable Harmony transforms in JSX build step. This library has to be used with a bundler such as Webpack (or Browserify). | ||
Note: [I'm using ES6 features in this library](https://github.com/gaearon/react-dnd/issues/2), so you may want to enable Harmony transforms in JSX build step. This library can either be used with a bundler such as Webpack (or Browserify), in which case you need to enable ES6 transforms, or separately, using compiled JS file in `dist` folder. | ||
@@ -45,0 +45,0 @@ |
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
2394350
144
4218