From ee61f84f3e30a493e22916a0ad53a34ddffaf42a Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Mon, 20 Aug 2012 10:59:02 +0100 Subject: [PATCH] Add trailing slash to 'homepage' in component.json GitHub 301 redirects the URL without a trailing slash to the URL with a trailing slash. --- component.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component.json b/component.json index 3d6f973..c797e14 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "normalize-css", "version": "1.0.1", "author": "Nicolas Gallagher", - "homepage": "http://necolas.github.com/normalize.css", + "homepage": "http://necolas.github.com/normalize.css/", "repository": { "type": "git", "url": "https://github.com/necolas/normalize.css.git"