We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccb99f commit a2d3a3cCopy full SHA for a2d3a3c
example/package.json
@@ -46,5 +46,6 @@
46
"react-dnd-html5-backend": "^2.1.2",
47
"react-dnd-mouse-backend": "^0.1.0",
48
"react-dom": "^0.14.7"
49
- }
+ },
50
+ "private": true
51
}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-dnd-mouse-backend",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"description": "A lightweight attempt for solving the whole HTML5 DnD - svg tags compability issue",
5
"main": "lib/index.js",
6
"scripts": {
0 commit comments