We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 562ff58 commit dc1cde3Copy full SHA for dc1cde3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-canvas-draw",
3
- "version": "1.0.0-alpha.10",
+ "version": "1.0.0-alpha.11",
4
"description": "A simple yet powerful canvas-drawing component for React.",
5
"main": "lib/index.js",
6
"module": "es/index.js",
@@ -49,11 +49,11 @@
49
"name": "Martin Beierling",
50
"email": "[email protected]"
51
},
52
- "homepage": "https://mbeierl.github.io/react-canvas-draw/",
+ "homepage": "https://embiem.github.io/react-canvas-draw/",
53
"license": "MIT",
54
- "repository": "https://github.com/mBeierl/react-canvas-draw",
+ "repository": "https://github.com/embiem/react-canvas-draw",
55
"bugs": {
56
- "url": "https://github.com/mBeierl/react-canvas-draw/issues"
+ "url": "https://github.com/embiem/react-canvas-draw/issues"
57
58
"keywords": [
59
"react-component",
0 commit comments