Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
implement the correct format for repository
  • Loading branch information
bobeagan committed Jul 1, 2014
1 parent 7a9b11c commit 62bd97e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
"router"
],
"main": "modules/main",
"repository": "https://github.com/rpflorence/react-nested-router.git",
"repository": {
"type": "git",
"url": "https://github.com/rpflorence/react-nested-router.git"
},
"homepage": "https://github.com/rpflorence/react-nested-router",
"directories": {
"example": "examples"
Expand Down Expand Up @@ -41,4 +44,4 @@
"querystring": "^0.2.0",
"react": "^0.10.0"
}
}
}

0 comments on commit 62bd97e

Please sign in to comment.