Skip to content

Commit 8658fab

Browse files
Remove redundant function
Remove install function that does nothing.
1 parent 262280a commit 8658fab

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

generators/app/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,5 @@ module.exports = yeoman.generators.Base.extend({
6464
this.fs.copyTpl(this.templatePath('AuthenticationExtensions.cs'), this.applicationname + '/' + this.name + 'AuthenticationExtensions.cs', this.templatedata)
6565
this.fs.copyTpl(this.templatePath('AuthenticationHandler.cs'), this.applicationname + '/' + this.name + 'AuthenticationHandler.cs', this.templatedata)
6666
this.fs.copyTpl(this.templatePath('AuthenticationOptions.cs'), this.applicationname + '/' + this.name + 'AuthenticationOptions.cs', this.templatedata)
67-
},
68-
69-
install: function () {
70-
//this.installDependencies();
7167
}
7268
});

0 commit comments

Comments
 (0)