From 690f8abb195fcdb4b4f910f3e7f23b88bdffb01d Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Mon, 26 Aug 2013 11:34:21 -0700 Subject: [PATCH] Fix component.json The Component(1) spec was updated to require a `repo` property. --- component.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/component.json b/component.json index 41e4d0b..bd42e85 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,8 @@ { "name": "normalize-css", + "repo": "necolas/normalize.css", "version": "2.1.2", "styles": ["normalize.css"], - "author": "Nicolas Gallagher" + "author": "Nicolas Gallagher", + "license": "MIT" }