Skip to content

Commit

Permalink
Merge pull request emberjs#49 from chadhietala/add-name
Browse files Browse the repository at this point in the history
Adding name property
  • Loading branch information
chadhietala committed Aug 19, 2015
2 parents ce721e3 + 7cfd786 commit 6268051
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ function Babel(inputTree, options) {
this.moduleMetadata = {};
this.extensions = this.options.filterExtensions || ['js'];
this.extensionsRegex = getExtensionsRegex(this.extensions);
this.name = 'broccoli-babel-transpiler';

if (this.options.exportModuleMetadata) {
this.exportModuleMetadata = this.options.exportModuleMetadata;
Expand Down

0 comments on commit 6268051

Please sign in to comment.