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 d7b210b commit 6750989Copy full SHA for 6750989
generators/app/index.js
@@ -4,7 +4,7 @@ var chalk = require('chalk');
4
var yosay = require('yosay');
5
6
module.exports = yeoman.generators.Base.extend({
7
- init: function() {
+ initializing: function() {
8
this.templatedata = {};
9
10
this.log(yosay('Welcome to the classy ' + chalk.yellow('ASP.NET OAuth Provider') + ' generator!'));
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "generator-aspnet-oauth",
3
- "version": "1.0.6",
+ "version": "1.0.7",
"description": "Yeoman generator for OAuth Providers for ASP.NET 5",
"license": "MIT",
"main": "app/index.js",
0 commit comments