Skip to content

Commit

Permalink
fix: change dep to dev
Browse files Browse the repository at this point in the history
fix #37
  • Loading branch information
bugwheels94 committed Jan 28, 2022
1 parent db9e327 commit c0fd582
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,12 @@
"husky": "^7.0.4",
"mocha": "^2.2.5",
"semantic-release": "^19.0.2",
"webpack-cli": "^4.9.2"
"webpack-cli": "^4.9.2",
"webpack": "^5.67.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"webpack": "^5.67.0"
}
}

0 comments on commit c0fd582

Please sign in to comment.