Skip to content

Commit

Permalink
fix: npm exclude template files (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw authored and zhaoyongjie committed Nov 25, 2021
1 parent bdb8ba4 commit 3b06083
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = class extends Generator {

writing() {
this.fs.copyTpl(
this.templatePath('package.json'),
this.templatePath('_package.json'),
this.destinationPath('package.json'),
this.answers,
);
Expand Down

0 comments on commit 3b06083

Please sign in to comment.