Skip to content

Commit a2d3a3c

Browse files
author
Dang Hai An
committed
0.1.2
(5d08c62) (538f987) Add new examples: MultipleDragSources, WithDragPreview (b3de037) Remove react-dnd peerDependencies
1 parent eccb99f commit a2d3a3c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

example/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@
4646
"react-dnd-html5-backend": "^2.1.2",
4747
"react-dnd-mouse-backend": "^0.1.0",
4848
"react-dom": "^0.14.7"
49-
}
49+
},
50+
"private": true
5051
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dnd-mouse-backend",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "A lightweight attempt for solving the whole HTML5 DnD - svg tags compability issue",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)