gcanti / tcomb-form

Forms library for react
https://gcanti.github.io/tcomb-form
MIT License
1.16k stars 136 forks source link

Broken with jspm #331

Closed abhishiv closed 8 years ago

abhishiv commented 8 years ago

Hey gcanti

Right now lib/main.js tries to import index.js by using the ./ syntax. That unfortunately doesn't seem to work with jspm according to @jspm/jspm-cli#1580

Can it be changed to ./index.js so it works with jspm.

gcanti commented 8 years ago

@abhishiv sure, thanks for pointing out

gcanti commented 8 years ago

@abhishiv Released in https://github.com/gcanti/tcomb-form/releases/tag/v0.9.6

abhishiv commented 8 years ago

Perfect, works great. Thanks!