Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Commit

Permalink
Use Babel by default
Browse files Browse the repository at this point in the history
  • Loading branch information
silvenon committed Jul 4, 2015
1 parent 680f0c8 commit 6aa02a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = generators.Base.extend({
this.option('babel', {
desc: 'Use Babel',
type: Boolean,
defaults: false
defaults: true
});

if (this.options['test-framework'] === 'mocha') {
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ We have [recipes](docs/recipes) for integrating other popular technologies like

Either `mocha` or `jasmine`. Defaults to `mocha`.

* `--babel`
* `--no-babel`

Add support for [Babel](http://babeljs.io/).
Turn off [Babel](http://babeljs.io/) support.

## Contribute

Expand Down

0 comments on commit 6aa02a5

Please sign in to comment.