We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a9b11c + 62bd97e commit 7b17307Copy full SHA for 7b17307
package.json
@@ -7,7 +7,10 @@
7
"router"
8
],
9
"main": "modules/main",
10
- "repository": "https://github.com/rpflorence/react-nested-router.git",
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/rpflorence/react-nested-router.git"
13
+ },
14
"homepage": "https://github.com/rpflorence/react-nested-router",
15
"directories": {
16
"example": "examples"
@@ -41,4 +44,4 @@
41
44
"querystring": "^0.2.0",
42
45
"react": "^0.10.0"
43
46
}
-}
47
+}
0 commit comments