Fix component.json

The Component(1) spec was updated to require a `repo` property.
This commit is contained in:
Nicolas Gallagher 2013-08-26 11:34:21 -07:00
parent 5d4ef1c56f
commit 690f8abb19

View File

@ -1,6 +1,8 @@
{ {
"name": "normalize-css", "name": "normalize-css",
"repo": "necolas/normalize.css",
"version": "2.1.2", "version": "2.1.2",
"styles": ["normalize.css"], "styles": ["normalize.css"],
"author": "Nicolas Gallagher" "author": "Nicolas Gallagher",
"license": "MIT"
} }