molnarg / js-schema

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

Add AMD / RequireJS Support #18

Closed alanjames1987 closed 9 years ago

alanjames1987 commented 10 years ago

I would like to be able to load JS-Schema via RequireJS. I will be adding this feature by modifying lib/schema.js and submitting a pull request soon.

alanjames1987 commented 10 years ago

I won't tamper with the version number in bower.json or package.json. However, I imagine this would be considered a minor version change.

molnarg commented 9 years ago

I've just merged your pull request, thanks.