Do we have something for specifying the included files for publishing yet?
I just happen to look through some of the files in node_modules for one of my apps and this is what I found:
coverage, .nyc_output
.idea
.eslintrc, .travis.yml, etc
- quite a few packages include their full
test files.
- also for packages written in ts, some are including the TS source, is that needed?
Kind of related to #77
We should have some thing that suggest ensuring files exist in package.json and include essential files for publishing.
Do we have something for specifying the included files for publishing yet?
I just happen to look through some of the files in node_modules for one of my apps and this is what I found:
coverage,.nyc_output.idea.eslintrc,.travis.yml, etctestfiles.Kind of related to #77
We should have some thing that suggest ensuring
filesexist in package.json and include essential files for publishing.