Skip to content

Commit 62bd97e

Browse files
committed
Update package.json
implement the correct format for repository
1 parent 7a9b11c commit 62bd97e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
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)