diff --git a/package.json b/package.json index 9816dd897e..e1fb3e6c2b 100644 --- a/package.json +++ b/package.json @@ -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" @@ -41,4 +44,4 @@ "querystring": "^0.2.0", "react": "^0.10.0" } -} \ No newline at end of file +}