tp / tsaga

Typesafe and lightweight way to write Redux-connected functions with asynchronous side-effects that are easily testable.
Apache License 2.0
8 stars 1 forks source link

Remove compiled dir #21

Closed HenriBeck closed 5 years ago

HenriBeck commented 5 years ago

As the lib is now published on npm and we are installing it that way, there is no reason for keeping the compiled files inside the git repo.

tp commented 5 years ago

True. I need to double check that the package still include the compiled dir, because NPM also regards .gitignore. But overall this makes it much nicer :)

HenriBeck commented 5 years ago

It will still be included in npm because the files are specified inside the package.json files property which takes precedence over the gitignore.

tp commented 5 years ago

Yep, just checked it, and it works :)