ember-cli-simple-auth
Advanced tools
Comparing version 0.7.3 to 0.8.0-beta.1
@@ -6,4 +6,4 @@ module.exports = { | ||
afterInstall: function() { | ||
return this.addBowerPackageToProject('ember-simple-auth', '0.7.3'); | ||
return this.addBowerPackageToProject('ember-simple-auth', '0.8.0-beta.1'); | ||
} | ||
}; |
@@ -7,5 +7,3 @@ var path = require('path'); | ||
included: function(app) { | ||
this._super.included(app); | ||
this.app.import(app.bowerDirectory + '/ember-simple-auth/simple-auth.amd.js', { | ||
app.import(app.bowerDirectory + '/ember-simple-auth/simple-auth.amd.js', { | ||
exports: { | ||
@@ -12,0 +10,0 @@ 'simple-auth/authenticators/base': ['default'], |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.7.3", | ||
"version": "0.8.0-beta.1", | ||
"description": "Include the Ember Simple Auth base library into an Ember CLI application.", | ||
@@ -8,0 +8,0 @@ "main": "index.js", |
4200
40