Skip to content

Commit f8beb2b

Browse files
committed
removed pod structure from app/, removed MODEL_FACTOR_INJECTIONS flag, and bumped to 0.0.6.
1 parent 3cf89f4 commit f8beb2b

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-filestack",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Ember Addon for https://filestack.com support",
55
"keywords": [
66
"ember-addon"

tests/dummy/app/app.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ import config from './config/environment';
55

66
let App;
77

8-
Ember.MODEL_FACTORY_INJECTIONS = true;
9-
108
App = Ember.Application.extend({
119
modulePrefix: config.modulePrefix,
1210
podModulePrefix: config.podModulePrefix,

0 commit comments

Comments
 (0)