DanFMoore / react-validatorjs-strategy

Strategy for using validatorjs with react-validation-mixin
The Unlicense
10 stars 5 forks source link

reafactors to support common js #3

Closed jurassix closed 8 years ago

jurassix commented 8 years ago

Cross link with Issue #2

This PR simplifies this library to be easily consumable via CommonJS modules. After this PR you should simply be able to npm install --save react-validatorjs-strategy and use within your application. This should allow easy bundling via WebPack and Browserify.

I also upgraded the /src folder to be ES6, and ensured tests are passing.

jurassix commented 8 years ago

Closed seems like #4 incorporated similar ideas here. No reason to conflate the issue.