Skip to content

Commit e738b22

Browse files
committed
Improve message
1 parent 3506ffa commit e738b22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var Generator = module.exports = function() {
2121

2222
this.package = JSON.parse(this.readFileAsString(path.join(__dirname, '../package.json')));
2323

24-
this.log.writeln('Generating from ' + 'Generator jQuery'.cyan + ' v' + this.package.version.cyan + '...');
24+
this.log.writeln('Generating from ' + 'jQuery Boilerplate'.cyan + ' v' + this.package.version.cyan + '...');
2525

2626
files.forEach(function(file) {
2727
if (ignores.indexOf(file) !== -1) {
@@ -32,4 +32,4 @@ var Generator = module.exports = function() {
3232
}, this);
3333
};
3434

35-
Generator.name = "Generator jQuery";
35+
Generator.name = "jQuery Boilerplate";

0 commit comments

Comments
 (0)