Skip to content

Commit 5acecf7

Browse files
committed
Merge pull request #227 from KyleAMathews/patch-2
Add missing package.json fields
2 parents 5ff2985 + 33612ba commit 5acecf7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

package.json

+10-1
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,7 +52,15 @@
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
}
57-
}
66+
}

0 commit comments

Comments
 (0)