Skip to content

Commit 96f0fb6

Browse files
committed
2 parents 1b1f16c + 0ae510b commit 96f0fb6

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# 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+
25
Mouse Backend for React Drag and Drop library http://gaearon.github.io/react-dnd
36

47
### Usage

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dnd-mouse-backend",
3-
"version": "0.0.1",
3+
"version": "0.0.3",
44
"description": "A lightweight attempt for solving the whole HTML5 DnD - svg tags compability issue",
55
"main": "lib/index.js",
66
"scripts": {
@@ -9,11 +9,12 @@
99
"build:lib": "node node_modules/babel-cli/bin/babel.js --presets es2015 src --out-dir lib",
1010
"build:umd": "node node_modules/webpack/bin/webpack.js",
1111
"build": "npm run build:lib && npm run build:umd",
12+
"prepublish": "npm run build",
1213
"test": "echo \"Error: no test specified\" && exit 1"
1314
},
1415
"repository": {
1516
"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"
1718
},
1819
"keywords": [
1920
"react",
@@ -24,9 +25,9 @@
2425
"author": "zyzo",
2526
"license": "MIT",
2627
"bugs": {
27-
"url": "https://github.com/zyzo/react-dnd-svg/issues"
28+
"url": "https://github.com/zyzo/react-dnd-mouse-backend/issues"
2829
},
29-
"homepage": "https://github.com/zyzo/react-dnd-svg#readme",
30+
"homepage": "https://github.com/zyzo/react-dnd-mouse-backend#readme",
3031
"dependencies": {
3132
"react-dnd": "^2.1.2"
3233
},

0 commit comments

Comments
 (0)