Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

publishing to npm fails due to .npmignore error #355

Open
worthlutz opened this issue Oct 25, 2021 · 0 comments
Open

publishing to npm fails due to .npmignore error #355

worthlutz opened this issue Oct 25, 2021 · 0 comments

Comments

@worthlutz
Copy link

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/**/*

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant