Skip to content

Commit

Permalink
Merge pull request #48 from lolmaus/bugfix/ember-auto-import
Browse files Browse the repository at this point in the history
Make ember-auto-import a dependency instead of devDependency
  • Loading branch information
lolmaus authored Mar 29, 2022
2 parents d842fb3 + dbd0386 commit 2bc6d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
}
},
"dependencies": {
"ember-auto-import": "^2.4.1",
"ember-cli-babel": "^7.26.3",
"ember-cli-htmlbars": "5.7.1",
"ember-cli-typescript": "^4.2.1",
Expand Down Expand Up @@ -99,7 +100,6 @@
"d3-scale": "^4.0.0",
"d3-selection": "^3.0.0",
"d3-shape": "^3.0.1",
"ember-auto-import": "^2.4.1",
"ember-cli": "~3.26.1",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-inject-live-reload": "^2.1.0",
Expand Down

0 comments on commit 2bc6d63

Please sign in to comment.