You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to extend renaming of _ prefixed files to include all files with the prefix, not just dotfiles?
I just discovered that npm will read nested package.json files in your project, which caused this packaging issue with some templates I was providing: insin/nwb#21
To avoid this, I would need to rename package.json files which will be copied by copy-template-dir to _package.json.
I can create a PR for this later if you're ok with the proposed change.
The text was updated successfully, but these errors were encountered:
Would it be possible to extend renaming of
_
prefixed files to include all files with the prefix, not just dotfiles?I just discovered that npm will read nested package.json files in your project, which caused this packaging issue with some templates I was providing: insin/nwb#21
To avoid this, I would need to rename
package.json
files which will be copied by copy-template-dir to_package.json
.I can create a PR for this later if you're ok with the proposed change.
The text was updated successfully, but these errors were encountered: