fix(gulp): typo · yeoman/generator-angular@8122695

This repository was archived by the owner on Mar 26, 2018. It is now read-only.

File tree

2 files changed

lines changed

2 files changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -353,15 +353,15 @@ Generator.prototype.packageFiles = function packageFiles() {

353353

this.template('root/_bowerrc', '.bowerrc');

354354

this.template('root/_package.json', 'package.json');

355355

if (this.gulp) {

356-

this.template('root/_Gulpfile.js', 'Gulpfile.js');

356+

this.template('root/_gulpfile.js', 'gulpfile.js');

357357

} else {

358358

this.template('root/_Gruntfile.js', 'Gruntfile.js');

359359

}

360360

if (this.typescript) {

361361

this.template('root/_tsd.json', 'tsd.json');

362362

}

363363

this.template('root/README.md', 'README.md');

364-
364+
365365

};

366366
367367

Generator.prototype._injectDependencies = function _injectDependencies() {

File renamed without changes.