thomasboyt / react-pikaday

A React component wrapper around Pikaday
111 stars 31 forks source link

Published module now compiled JSX #12

Closed cymen closed 9 years ago

cymen commented 9 years ago

I believe this follows the best practices with published React components in that the JavaScript that the main key of package.json points to is compiled JSX.

thomasboyt commented 9 years ago

Sorry about the super-long delay on this; went ahead and implemented this using Babel in https://github.com/thomasboyt/react-pikaday/commit/4fd68a149dbc62ff6af79dd8c2aa64c83aa73374 and it's now in v0.3.1 on NPM :)