Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
fix(gulp): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemao committed Aug 19, 2015
1 parent a29d1b0 commit 8122695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,15 +353,15 @@ Generator.prototype.packageFiles = function packageFiles() {
this.template('root/_bowerrc', '.bowerrc');
this.template('root/_package.json', 'package.json');
if (this.gulp) {
this.template('root/_Gulpfile.js', 'Gulpfile.js');
this.template('root/_gulpfile.js', 'gulpfile.js');
} else {
this.template('root/_Gruntfile.js', 'Gruntfile.js');
}
if (this.typescript) {
this.template('root/_tsd.json', 'tsd.json');
}
this.template('root/README.md', 'README.md');

};

Generator.prototype._injectDependencies = function _injectDependencies() {
Expand Down
File renamed without changes.

0 comments on commit 8122695

Please sign in to comment.