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

Commit

Permalink
Minor change to options for babel
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Jun 6, 2016
1 parent 19138a4 commit c4a5114
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions generators/gulp/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ module.exports = generators.Base.extend({
});

this.option('babel', {
required: false,
default: false,
required: true,
name: 'Use Babel'
});

Expand Down

0 comments on commit c4a5114

Please sign in to comment.