Skip to content

Commit dc1cde3

Browse files
committed
v1.0.0-alpha.11
1 parent 562ff58 commit dc1cde3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-canvas-draw",
3-
"version": "1.0.0-alpha.10",
3+
"version": "1.0.0-alpha.11",
44
"description": "A simple yet powerful canvas-drawing component for React.",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -49,11 +49,11 @@
4949
"name": "Martin Beierling",
5050
"email": "[email protected]"
5151
},
52-
"homepage": "https://mbeierl.github.io/react-canvas-draw/",
52+
"homepage": "https://embiem.github.io/react-canvas-draw/",
5353
"license": "MIT",
54-
"repository": "https://github.com/mBeierl/react-canvas-draw",
54+
"repository": "https://github.com/embiem/react-canvas-draw",
5555
"bugs": {
56-
"url": "https://github.com/mBeierl/react-canvas-draw/issues"
56+
"url": "https://github.com/embiem/react-canvas-draw/issues"
5757
},
5858
"keywords": [
5959
"react-component",

0 commit comments

Comments
 (0)