Closed boybundit closed 8 years ago
Let's use package.json instead of .npmignore
Hey @boybundit
You would have to use .npmignore to exclude files, as the files property in package.json is used to include them, not exclude. We can add all the folders and files we want to include in package.json, but that would have to be updated with every new file created, which would be unnecessary work. Please check
@xRahul Thanks for the suggestion. I was thinking the same, but decided to use package.json just because it does not require yet another config file.
I might change my mind later if it breaks because we forget to update package.json....
@boybundit alright!
Like test and CI config file