Skip to content

Commit

Permalink
Update broccoli-es6-concatenator version
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenet committed Jun 2, 2014
1 parent a02e94a commit 150ba63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# ember-cli Changelog

* [BUGFIX] Upgrade broccoli-es6-concatenator to 0.1.6 to fix a concatenation issue. [broccoli-es6-concatenator#17](https://github.com/joliss/broccoli-es6-concatenator/pull/17)
* [BUGFIX] prevent pointless event emitter memory leak warning [#850](https://github.com/stefanpenner/ember-cli/pull/850)
* [ENHANCEMENT] add and es3 safe transpile step: specifically promise.catch and promise.finally -> promise['catch'] & promise['finally']. In addition we cover afew more variables see: https://github.com/stefanpenner/es3-safe-recast [#823](https://github.com/stefanpenner/ember-cli/pull/823)
* [ENHANCEMENT] Load the vendor.css in the rendered HTML. [#728](http://github.com/stefanpenner/ember-cli/pull/728)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"broccoli-asset-rev": "0.0.5",
"broccoli-clean-css": "0.1.5",
"broccoli-concat": "0.0.6",
"broccoli-es6-concatenator": "0.1.5",
"broccoli-es6-concatenator": "0.1.6",
"broccoli-es6-import-validate": "0.1.0",
"broccoli-export-tree": "0.3.2",
"broccoli-file-mover": "~0.3.4",
Expand Down

0 comments on commit 150ba63

Please sign in to comment.