I'm wondering if and under what conditions you should publish your flow-typed
folder to NPM in your packages. Perhaps (and what I've been thinking) the answer is never, and it's up to application developers to use flow-typed themselves, but perhaps flow-typed install
only picks up definitions for dependencies they have declared themselves, rather than dependencies within packages.
So in short, if your package has non-peer flow-typed dependencies, should I be publishing my flow-typed
folder or I should I npmignore it?
via faceyspacey.com
No comments:
Post a Comment