Skip to content

Commit

Permalink
[update] moved to PlatziDev and scoped name
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Jan 13, 2017
1 parent 4aa11dd commit 66bc2c6
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "markdown",
"name": "@platzi/markdown",
"version": "1.0.0",
"description": "Platzi Flavored Markdown parser",
"main": "index.js",
Expand All @@ -11,15 +11,19 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/sergiodxa/markdown.git"
"url": "git+https://github.com/PlatziDev/markdown.git"
},
"keywords": [],
"author": "Sergio Daniel Xalambrí <[email protected]> (https://sergio.xalambri.xyz/)",
"author": {
"name": "Platzi Team",
"email": "[email protected]",
"url": "http://github.com/PlatziDev"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/sergiodxa/markdown/issues"
"url": "https://github.com/PlatziDev/markdown/issues"
},
"homepage": "https://github.com/sergiodxa/markdown#readme",
"homepage": "https://github.com/PlatziDev/markdown#readme",
"devDependencies": {
"jest": "18.1.0"
},
Expand Down

0 comments on commit 66bc2c6

Please sign in to comment.