Skip to content

Commit

Permalink
[BUGFIX BETA]: Fixed export regression. ember-data/transform to be …
Browse files Browse the repository at this point in the history
…export using `default`.

(cherry picked from commit f79d398)
  • Loading branch information
Wesley Workman authored and bmac committed Jun 19, 2017
1 parent 1eef0e9 commit 483fa7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/transform.js
@@ -1 +1 @@
export { Transform } from './-private';
export { default } from './transforms/transform';

0 comments on commit 483fa7f

Please sign in to comment.