Skip to content

Commit

Permalink
v1.0.0-alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
embiem committed Dec 13, 2018
1 parent 562ff58 commit dc1cde3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-canvas-draw",
"version": "1.0.0-alpha.10",
"version": "1.0.0-alpha.11",
"description": "A simple yet powerful canvas-drawing component for React.",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -49,11 +49,11 @@
"name": "Martin Beierling",
"email": "[email protected]"
},
"homepage": "https://mbeierl.github.io/react-canvas-draw/",
"homepage": "https://embiem.github.io/react-canvas-draw/",
"license": "MIT",
"repository": "https://github.com/mBeierl/react-canvas-draw",
"repository": "https://github.com/embiem/react-canvas-draw",
"bugs": {
"url": "https://github.com/mBeierl/react-canvas-draw/issues"
"url": "https://github.com/embiem/react-canvas-draw/issues"
},
"keywords": [
"react-component",
Expand Down

0 comments on commit dc1cde3

Please sign in to comment.