molnarg / js-schema

Simple and intuitive schema validator
http://molnarg.github.com/js-schema/
MIT License
388 stars 45 forks source link

Fixes the bower.json contributors to be an array instead of an object. #11

Closed alanjames1987 closed 10 years ago

alanjames1987 commented 10 years ago

The bower.json file's contributors section was an object, but it should be an array being that there is not key before the contributors name.

Currently the contributors section being an invalid object breaks the Bower install process.

molnarg commented 10 years ago

Ah, did not test it after changing the json file. Thanks for the fix!