Add trailing slash to 'homepage' in component.json

GitHub 301 redirects the URL without a trailing slash to the URL with a
trailing slash.
This commit is contained in:
Nicolas Gallagher 2012-08-20 10:59:02 +01:00
parent 9d729698e6
commit ee61f84f3e

View File

@ -2,7 +2,7 @@
"name": "normalize-css", "name": "normalize-css",
"version": "1.0.1", "version": "1.0.1",
"author": "Nicolas Gallagher", "author": "Nicolas Gallagher",
"homepage": "http://necolas.github.com/normalize.css", "homepage": "http://necolas.github.com/normalize.css/",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/necolas/normalize.css.git" "url": "https://github.com/necolas/normalize.css.git"