build: add commitizen and browserslist configuration to package.json
This commit is contained in:
parent
7206e85520
commit
d9f91d87af
1 changed files with 13 additions and 1 deletions
12
package.json
12
package.json
|
@ -34,5 +34,17 @@
|
|||
"postcss": "^8",
|
||||
"prettier": "^3.3.3",
|
||||
"tailwindcss": "^3.4.1"
|
||||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
"path": "./node_modules/cz-conventional-changelog"
|
||||
}
|
||||
},
|
||||
"browserslist": [
|
||||
"chrome 64",
|
||||
"edge 79",
|
||||
"firefox 67",
|
||||
"opera 51",
|
||||
"safari 12"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue