Skip to content

Commit 33612ba

Browse files
committed
Add missing package.json fields
1 parent 8e6bb2e commit 33612ba

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"url": "https://github.com/rackt/react-router.git"
1313
},
1414
"homepage": "https://github.com/rackt/react-router",
15+
"bugs": "https://github.com/rackt/react-router/issues",
1516
"directories": {
1617
"example": "examples"
1718
},
@@ -51,6 +52,14 @@
5152
"events": "^1.0.1",
5253
"querystring": "^0.2.0"
5354
},
55+
"keywords": [
56+
"react",
57+
"react-component",
58+
"routing",
59+
"route",
60+
"routes",
61+
"router"
62+
],
5463
"browserify-shim": {
5564
"react": "global:React"
5665
}

0 commit comments

Comments
 (0)