create-react-library
create-react-library copied to clipboard
publishing to npm fails due to .npmignore error
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/**/*