wangzuo / input-moment

React datetime picker powered by momentjs
https://wangzuo.github.io/input-moment
ISC License
526 stars 172 forks source link

add browserify transform to package.json #12

Closed mattbucci closed 8 years ago

mattbucci commented 8 years ago

fixes #9 by telling browserify to transform when importing, should fix #10 as well.

wangzuo commented 8 years ago

Thanks.