Skip to content

Commit f41b3fc

Browse files
authored
Merge pull request #235 from josemarluedke/fix-decorators-generator
Fix addon order for generators when usign ember-decorators
2 parents f3ab41a + 298a815 commit f41b3fc

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
@@ -115,7 +115,8 @@
115115
],
116116
"after": [
117117
"ember-source",
118-
"ember-data"
118+
"ember-data",
119+
"ember-decorators"
119120
],
120121
"paths": [
121122
"tests/dummy/lib/in-repo-a",

0 commit comments

Comments
 (0)