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 26, 2021
1 parent a546210 commit ffcc272
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 ffcc272

Please sign in to comment.