mirror of
https://github.com/scratchfoundation/scratch-webpack-configuration.git
synced 2024-11-21 10:48:20 -05:00
chore(chore): configure commitizen
This commit is contained in:
parent
81c2209a87
commit
6439c5f559
2 changed files with 927 additions and 0 deletions
921
package-lock.json
generated
921
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -22,6 +22,11 @@
|
|||
"url": "https://github.com/scratchfoundation/scratch-webpack-configuration/issues"
|
||||
},
|
||||
"homepage": "https://github.com/scratchfoundation/scratch-webpack-configuration#readme",
|
||||
"config": {
|
||||
"commitizen": {
|
||||
"path": "cz-conventional-changelog"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"lodash.merge": "^4.6.2",
|
||||
"webpack-node-externals": "^3.0.0"
|
||||
|
@ -30,6 +35,7 @@
|
|||
"@commitlint/cli": "19.0.3",
|
||||
"@commitlint/config-conventional": "19.0.3",
|
||||
"@types/jest": "29.5.12",
|
||||
"cz-conventional-changelog": "3.3.0",
|
||||
"husky": "9.0.11",
|
||||
"jest": "29.7.0",
|
||||
"webpack": "5.90.3"
|
||||
|
|
Loading…
Reference in a new issue