Skip to content

Commit

Permalink
[update] fix repo data in the package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Jan 13, 2017
1 parent d44bb20 commit 8e747e0
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": "@platzi/react-markdown",
"version": "1.0.0",
"version": "1.0.1",
"description": "React component to parse and render Platzi Flavored Markdown content",
"main": "index.js",
"scripts": {
Expand All @@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/sergiodxa/react-markdown.git"
"url": "git+https://github.com/PlatziDev/react-markdown.git"
},
"keywords": [
"react",
Expand All @@ -32,9 +32,9 @@
],
"license": "MIT",
"bugs": {
"url": "https://github.com/sergiodxa/react-markdown/issues"
"url": "https://github.com/PlatziDev/react-markdown/issues"
},
"homepage": "https://github.com/sergiodxa/react-markdown#readme",
"homepage": "https://github.com/PlatziDev/react-markdown#readme",
"dependencies": {
"@platzi/markdown": "1.0.1"
},
Expand Down

0 comments on commit 8e747e0

Please sign in to comment.