bower.json in normalize-scss-2.1.3 vs bower.json in normalize-scss-2.2.0

- old
+ new

@@ -1,22 +1,26 @@ { - "name": "normalize-scss", - "version": "2.1.3", - "main": "_normalize.scss", - "author": ["Nicolas Gallagher", "John Albin Wilkins"], - "ignore": [ - "CHANGELOG.md", - "CONTRIBUTING.md", - "component.json", - "normalize-scss.gemspec", - "lib/normalize-scss.rb", - "test.html" - ], - "licenses": [{ - "type": "MIT", - "url": "http://opensource.org/licenses/MIT" - }, - { - "type": "GPLv2", - "url": "http://www.gnu.org/licenses/gpl-2.0.html" - }] + "name": "normalize-scss", + "version": "2.2.0+normalize.2.1.3", + "homepage": "https://github.com/JohnAlbin/normalize.css-with-sass-or-compass", + "authors": [ + "Nicolas Gallagher", + "John Albin Wilkins" + ], + "description": "A Sass/Compass version of Normalize.css.", + "main": "_normalize.scss", + "keywords": [ + "normalize.css" + ], + "license": [ + "MIT", + "GPLv2" + ], + "ignore": [ + "CHANGELOG.md", + "CONTRIBUTING.md", + "component.json", + "normalize-scss.gemspec", + "lib/normalize-scss.rb", + "test.html" + ] }