Skip to content
This repository has been archived by the owner on Dec 5, 2017. It is now read-only.

Commit

Permalink
simplified included hook
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Mar 15, 2015
1 parent 5def269 commit d1870ca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.js
Expand Up @@ -2,9 +2,7 @@ module.exports = {
name: 'Ember CLI Simple Auth OAuth 2.0',

included: function(app) {
this._super.included(app);

this.app.import(app.bowerDirectory + '/ember-simple-auth/simple-auth-oauth2.amd.js', {
app.import(app.bowerDirectory + '/ember-simple-auth/simple-auth-oauth2.amd.js', {
exports: {
'simple-auth-oauth2/authenticators/oauth2': ['default'],
'simple-auth-oauth2/authorizers/oauth2': ['default'],
Expand Down

0 comments on commit d1870ca

Please sign in to comment.