Skip to content

Commit

Permalink
removed pod structure from app/, removed MODEL_FACTOR_INJECTIONS flag…
Browse files Browse the repository at this point in the history
…, and bumped to 0.0.6.
  • Loading branch information
mminkoff committed Sep 15, 2017
1 parent 3cf89f4 commit f8beb2b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-filestack",
"version": "0.0.5",
"version": "0.0.6",
"description": "Ember Addon for https://filestack.com support",
"keywords": [
"ember-addon"
Expand Down
2 changes: 0 additions & 2 deletions tests/dummy/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import config from './config/environment';

let App;

Ember.MODEL_FACTORY_INJECTIONS = true;

App = Ember.Application.extend({
modulePrefix: config.modulePrefix,
podModulePrefix: config.podModulePrefix,
Expand Down

0 comments on commit f8beb2b

Please sign in to comment.