Skip to content

Commit

Permalink
Merge pull request #190 from ember-cli/rwjblue-patch-1
Browse files Browse the repository at this point in the history
Prevent clobbering custom `this.options.babel`
  • Loading branch information
Turbo87 committed Apr 21, 2017
2 parents 8fd835e + 9f9106e commit 2a2bc51
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Expand Up @@ -156,8 +156,6 @@ module.exports = {
var target = (parentAddon || app);
this._super.included.call(this, target);

this.options = target.options || {};

if (app.tests) {
var fileAssets = [
'vendor/mocha/mocha.js',
Expand Down

0 comments on commit 2a2bc51

Please sign in to comment.