Skip to content

Commit 298a815

Browse files
committed
Fix addon order for generators when usign ember-decorators
1 parent 8972428 commit 298a815

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@
114114
],
115115
"after": [
116116
"ember-source",
117-
"ember-data"
117+
"ember-data",
118+
"ember-decorators"
118119
],
119120
"paths": [
120121
"tests/dummy/lib/in-repo-a",

0 commit comments

Comments
 (0)