Closed 0xflotus closed 1 month ago
If you publish on npm, you only need a LICENSE file, the package.json, a README.md and the compiled JS files. You don't need to check in compiled JS files to git. The goal of this issue is to edit the .npmignore and .gitignore files to satisfy this.
.npmignore
.gitignore
Could you please assign this to me?
@0xflotus Completed and created pull request PR
If you publish on npm, you only need a LICENSE file, the package.json, a README.md and the compiled JS files. You don't need to check in compiled JS files to git. The goal of this issue is to edit the
.npmignore
and.gitignore
files to satisfy this.