Skip to content

Commit

Permalink
move extraneous packages to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanCrotaz committed Nov 15, 2020
1 parent dc4c154 commit ce84d15
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,6 +22,7 @@
"chalk": "^3.0.0",
"ember-cli-babel": "^7.0.0",
"ember-cli-get-component-path-option": "^1.0.0",
"ember-cli-is-package-missing": "^1.0.0",
"ember-cli-normalize-entity-name": "^1.0.0",
"ember-cli-path-utils": "^1.0.0",
"ember-cli-string-utils": "^1.1.0",
Expand All @@ -32,6 +33,7 @@
"exists-sync": "^0.1.0",
"fs-extra": "^8.0.0",
"inflection": "^1.12.0",
"semver": "^7.3.2",
"silent-error": "^1.1.0"
},
"devDependencies": {
Expand All @@ -45,7 +47,6 @@
"ember-cli-eslint": "5.1.0",
"ember-cli-htmlbars": "4.3.1",
"ember-cli-inject-live-reload": "2.0.2",
"ember-cli-is-package-missing": "^1.0.0",
"ember-cli-qunit": "4.4.0",
"ember-cli-sri": "2.1.1",
"ember-cli-uglify": "3.0.0",
Expand All @@ -63,7 +64,6 @@
"loader.js": "4.7.0",
"mocha": "6.2.2",
"qunit-dom": "0.9.2",
"semver": "^7.3.2",
"testdouble": "3.16.0"
},
"engines": {
Expand Down

0 comments on commit ce84d15

Please sign in to comment.