feedzai / brushable-histogram

A time histogram with a brushable preview of the whole dataset below it
Other
91 stars 9 forks source link

Preparations to publish #14

Closed lfac-pt closed 5 years ago

nancruz commented 5 years ago

I was just checking the .gitignore file and I realized that we are ignoring the lib folder. When a .npmignore file isn't present, npm will look at the gitignore and will only publish the files that don't match the gitignore. Since the lib folder is where the binaries are, we should have a .npmignore file where we explicitly say which files/folders should be included (in our case we should include the lib folder).

lfac-pt commented 5 years ago

Ah, nice, I will add that.

lfac-pt commented 5 years ago

Added @nancruz , nice catch