Skip to content

Commit c4c36ed

Browse files
Delete dead code in yeoman generator
1 parent 9038d1f commit c4c36ed

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

yeoman-generator/src/app/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ export default class extends Generator {
1212
this.templatePath("functions.ts"),
1313
this.destinationPath("functions.ts")
1414
);
15-
// this.fs.copyTpl(
16-
// this.templatePath("package.json"),
17-
// this.destinationPath("package.json")
18-
// );
1915
this.fs.copyTpl(
2016
this.templatePath("configuration.json"),
2117
this.destinationPath("configuration.json")

yeoman-generator/src/app/templates/package.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)