deiucanta / npm-starter

A starter codebase for writing NPM packages using ES2015.
https://npm.im/npm-starter
MIT License
12 stars 4 forks source link

.npmignore should not contain dist #5

Closed djoeman84 closed 8 years ago

djoeman84 commented 8 years ago

The publish workflow builds src to dist, and the package references files in dist. .npmignore should not ignore dist otherwise files won't be available in package

deiucanta commented 8 years ago

Thanks @djoeman84 for the notice!