aweary / react-copy-write

✍️ Immutable state with a mutable API
MIT License
1.79k stars 54 forks source link

Publish Flow defintions #53

Open pascalduez opened 5 years ago

pascalduez commented 5 years ago

Hi,

in order for Flow to find the type definitions they must be exported alongside the compiled sources. Since there are only those two files in src a simple --copy-files from Babel should do it.