Skip to content

Commit c0fd582

Browse files
committed
fix: change dep to dev
fix #37
1 parent db9e327 commit c0fd582

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,12 @@
3535
"husky": "^7.0.4",
3636
"mocha": "^2.2.5",
3737
"semantic-release": "^19.0.2",
38-
"webpack-cli": "^4.9.2"
38+
"webpack-cli": "^4.9.2",
39+
"webpack": "^5.67.0"
3940
},
4041
"config": {
4142
"commitizen": {
4243
"path": "./node_modules/cz-conventional-changelog"
4344
}
44-
},
45-
"dependencies": {
46-
"webpack": "^5.67.0"
4745
}
4846
}

0 commit comments

Comments
 (0)