Skip to content

Commit 6750989

Browse files
jerriepkevinchalet
authored andcommitted
Fix generator initialization
1 parent d7b210b commit 6750989

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generators/app/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var chalk = require('chalk');
44
var yosay = require('yosay');
55

66
module.exports = yeoman.generators.Base.extend({
7-
init: function() {
7+
initializing: function() {
88
this.templatedata = {};
99

1010
this.log(yosay('Welcome to the classy ' + chalk.yellow('ASP.NET OAuth Provider') + ' generator!'));

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-aspnet-oauth",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Yeoman generator for OAuth Providers for ASP.NET 5",
55
"license": "MIT",
66
"main": "app/index.js",

0 commit comments

Comments
 (0)