Skip to content

Commit

Permalink
tmp: move webpack back to devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueCutOfficial committed Apr 28, 2023
1 parent 99cbf73 commit 94509cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@
"process": "^0.11.10",
"reading-time": "^1.5.0",
"stream-browserify": "^3.0.0",
"util": "^0.12.5",
"webpack": "^5.75.0"
"util": "^0.12.5"
},
"devDependencies": {
"@babel/core": "^7.18.2",
Expand Down Expand Up @@ -85,7 +84,8 @@
"loader.js": "^4.7.0",
"prettier": "^2.8.3",
"qunit": "^2.19.3",
"qunit-dom": "^2.0.0"
"qunit-dom": "^2.0.0",
"webpack": "^5.75.0"
},
"peerDependencies": {
"ember-source": "^3.28.0 || ^4.0.0"
Expand Down

0 comments on commit 94509cb

Please sign in to comment.