Skip to content

Commit

Permalink
Fix md5 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
Exelord authored Mar 21, 2018
1 parent 47d7163 commit 70bc26e
Show file tree
Hide file tree
Showing 3 changed files with 1,251 additions and 1,237 deletions.
5 changes: 5 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@

module.exports = {
name: 'ember-initials',

included: function(app) {
this._super.included(app);
app.import('node_modules/blueimp-md5/js/md5.min.js', { using: [{ transformation: 'amd', as: 'md5' }]});
}
}
Loading

0 comments on commit 70bc26e

Please sign in to comment.