Skip to content

Commit

Permalink
Merge pull request remix-run#64 from bobeagan/patch-1
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
ryanflorence committed Jul 1, 2014
2 parents 7a9b11c + 62bd97e commit 7b17307
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 7b17307

Please sign in to comment.