Skip to content

Commit

Permalink
ember-modifier is required at runtime (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan committed Apr 24, 2020
1 parent b69b727 commit 1daed39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
},
"dependencies": {
"ember-cli-babel": "^7.17.2",
"ember-cli-htmlbars": "^4.2.2"
"ember-cli-htmlbars": "^4.2.2",
"ember-modifier": "^1.0.3"
},
"devDependencies": {
"@ember/optional-features": "^1.3.0",
Expand All @@ -42,7 +43,6 @@
"ember-export-application-global": "^2.0.1",
"ember-load-initializers": "^2.1.1",
"ember-maybe-import-regenerator": "^0.1.6",
"ember-modifier": "^1.0.3",
"ember-qunit": "^4.6.0",
"ember-resolver": "^7.0.0",
"ember-source": "~3.18.0",
Expand Down

0 comments on commit 1daed39

Please sign in to comment.