We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f07de4 commit b792774Copy full SHA for b792774
1 file changed
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "react-canvas-draw",
+ "name": "@win11react/react-canvas-draw",
3
"version": "1.2.1",
4
"description": "A simple yet powerful canvas-drawing component for React.",
5
"main": "lib/index.js",
@@ -57,7 +57,9 @@
57
},
58
"homepage": "https://embiem.github.io/react-canvas-draw/",
59
"license": "MIT",
60
- "repository": "https://github.com/embiem/react-canvas-draw",
+ "repository": {
61
+ "url": "https://github.com/win11react/react-canvas-draw",
62
+ }
63
"bugs": {
64
"url": "https://github.com/embiem/react-canvas-draw/issues"
65
0 commit comments