Update component.json to fit new specification

Please see 690f8abb to see the full description in v2.
This commit is contained in:
Hans Christian Reinl 2013-08-29 13:21:46 +02:00 committed by Nicolas Gallagher
parent 223bec90d5
commit f17e57aba7
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,7 @@
== HEAD == HEAD
* Update component.json to fit new specification
== 1.1.2 (May 11, 2013) == 1.1.2 (May 11, 2013)
* Revert root `color` and `background` normalizations. * Revert root `color` and `background` normalizations.

View File

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