Skip to content

Commit

Permalink
Delete dead code in yeoman generator
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-chambers committed Dec 22, 2023
1 parent 9038d1f commit c4c36ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
4 changes: 0 additions & 4 deletions yeoman-generator/src/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ export default class extends Generator {
this.templatePath("functions.ts"),
this.destinationPath("functions.ts")
);
// this.fs.copyTpl(
// this.templatePath("package.json"),
// this.destinationPath("package.json")
// );
this.fs.copyTpl(
this.templatePath("configuration.json"),
this.destinationPath("configuration.json")
Expand Down
9 changes: 0 additions & 9 deletions yeoman-generator/src/app/templates/package.json

This file was deleted.

0 comments on commit c4c36ed

Please sign in to comment.