Skip to content

Commit 9703af1

Browse files
committed
Don't actually need to check for gulp
1 parent 99f59ba commit 9703af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/app/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = generators.Base.extend({
2222
});
2323

2424
if (!this.options['skip-install']) {
25-
var dependencies = ['ruby', 'bundle', 'yo', 'gulp', 'node'].every(function (depend) {
25+
var dependencies = ['ruby', 'bundle', 'yo', 'node'].every(function (depend) {
2626
return shelljs.which(depend);
2727
});
2828

0 commit comments

Comments
 (0)