Skip to content

Commit

Permalink
fix: npm exclude template files (apache#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw authored Nov 15, 2018
1 parent c46776a commit ba834ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/generator-superset/generators/package/index.js
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 ba834ef

Please sign in to comment.