Skip to content

Commit

Permalink
Move dependencies that are used for development to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bertdeblock committed Oct 7, 2022
1 parent 7247fb7 commit 1739bb4
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 @@ -68,9 +68,7 @@
"ember-cli-babel-plugin-helpers": "^1.1.1",
"ember-cli-version-checker": "^4.1.0",
"ensure-posix-path": "^1.0.2",
"fixturify-project": "^1.10.0",
"resolve-package-path": "^3.1.0",
"rimraf": "^3.0.1",
"semver": "^5.5.0"
},
"devDependencies": {
Expand Down Expand Up @@ -100,13 +98,15 @@
"eslint": "^4.0.0",
"eslint-plugin-ember": "^5.2.0",
"eslint-plugin-node": "^7.0.1",
"fixturify-project": "^1.10.0",
"lerna-changelog": "^0.8.0",
"loader.js": "^4.7.0",
"mocha": "^5.2.0",
"regenerator-runtime": "^0.13.9",
"release-it": "^12.2.1",
"release-it-lerna-changelog": "^1.0.3",
"resolve": "^1.8.1",
"rimraf": "^3.0.1",
"webpack": "^5.74.0"
},
"engines": {
Expand Down

0 comments on commit 1739bb4

Please sign in to comment.