diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d38571..02f0209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ == HEAD +* Update component.json to fit new specification + == 1.1.2 (May 11, 2013) * Revert root `color` and `background` normalizations. diff --git a/component.json b/component.json index 0158d2e..8ee0123 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,8 @@ { "name": "normalize-css", + "repo": "necolas/normalize.css", "version": "1.1.2", "styles": ["normalize.css"], - "author": "Nicolas Gallagher" + "author": "Nicolas Gallagher", + "license": "MIT" }