File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# react-dnd-mouse-backend
2
+
3
+ [ ![ npm version] ( https://badge.fury.io/js/react-dnd-mouse-backend.svg )] ( https://badge.fury.io/js/react-dnd-mouse-backend )
4
+
2
5
Mouse Backend for React Drag and Drop library http://gaearon.github.io/react-dnd
3
6
4
7
### Usage
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-dnd-mouse-backend" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " A lightweight attempt for solving the whole HTML5 DnD - svg tags compability issue" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
9
9
"build:lib" : " node node_modules/babel-cli/bin/babel.js --presets es2015 src --out-dir lib" ,
10
10
"build:umd" : " node node_modules/webpack/bin/webpack.js" ,
11
11
"build" : " npm run build:lib && npm run build:umd" ,
12
+ "prepublish" : " npm run build" ,
12
13
"test" : " echo \" Error: no test specified\" && exit 1"
13
14
},
14
15
"repository" : {
15
16
"type" : " git" ,
16
- "url" : " git+https://github.com/zyzo/react-dnd-svg .git"
17
+ "url" : " git+https://github.com/zyzo/react-dnd-mouse-backend .git"
17
18
},
18
19
"keywords" : [
19
20
" react" ,
24
25
"author" : " zyzo" ,
25
26
"license" : " MIT" ,
26
27
"bugs" : {
27
- "url" : " https://github.com/zyzo/react-dnd-svg /issues"
28
+ "url" : " https://github.com/zyzo/react-dnd-mouse-backend /issues"
28
29
},
29
- "homepage" : " https://github.com/zyzo/react-dnd-svg #readme" ,
30
+ "homepage" : " https://github.com/zyzo/react-dnd-mouse-backend #readme" ,
30
31
"dependencies" : {
31
32
"react-dnd" : " ^2.1.2"
32
33
},
You can’t perform that action at this time.
0 commit comments