Skip to content

Commit 7b17307

Browse files
committed
Merge pull request #64 from bobeagan/patch-1
Update package.json
2 parents 7a9b11c + 62bd97e commit 7b17307

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
"router"
88
],
99
"main": "modules/main",
10-
"repository": "https://github.com/rpflorence/react-nested-router.git",
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/rpflorence/react-nested-router.git"
13+
},
1114
"homepage": "https://github.com/rpflorence/react-nested-router",
1215
"directories": {
1316
"example": "examples"
@@ -41,4 +44,4 @@
4144
"querystring": "^0.2.0",
4245
"react": "^0.10.0"
4346
}
44-
}
47+
}

0 commit comments

Comments
 (0)