We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9038d1f commit c4c36edCopy full SHA for c4c36ed
yeoman-generator/src/app/index.ts
@@ -12,10 +12,6 @@ export default class extends Generator {
12
this.templatePath("functions.ts"),
13
this.destinationPath("functions.ts")
14
);
15
- // this.fs.copyTpl(
16
- // this.templatePath("package.json"),
17
- // this.destinationPath("package.json")
18
- // );
19
this.fs.copyTpl(
20
this.templatePath("configuration.json"),
21
this.destinationPath("configuration.json")
yeoman-generator/src/app/templates/package.json
0 commit comments