create-react-library icon indicating copy to clipboard operation
create-react-library copied to clipboard

publishing to npm fails due to .npmignore error

Open worthlutz opened this issue 3 years ago • 0 comments

I tried forking this project and publishing a version with updated dependencies to npm. It did not work because there is an error in the .npmignore file which caused the example directory and the "dot" files to not be packaged when published.

Directory name templates should be template.

Existing: !templates/**/*

Should be: !template/**/*

worthlutz avatar Oct 25 '21 14:10 worthlutz