Skip to content

Commit 7897ca7

Browse files
authored
Fix missing modifier error in consuming apps (#358)
To be included in an app, `@ember/render-modifiers` needs to be a dependency of this addon, not just a dev dependency. Fixes #357.
1 parent c29cc0f commit 7897ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
}
3030
],
3131
"dependencies": {
32+
"@ember/render-modifiers": "^1.0.2",
3233
"ember-cli-babel": "^7.18.0",
3334
"ember-cli-htmlbars": "^4.2.3",
3435
"ember-runtime-enumerable-includes-polyfill": "^2.1.0"
@@ -37,7 +38,6 @@
3738
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
3839
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
3940
"@ember/optional-features": "^1.3.0",
40-
"@ember/render-modifiers": "^1.0.2",
4141
"@types/ember": "^3.1.1",
4242
"babel-eslint": "^8.0.0",
4343
"broccoli-asset-rev": "^3.0.0",

0 commit comments

Comments
 (0)