build: add commitizen and browserslist configuration to package.json

This commit is contained in:
Dorian Niemiec 2024-11-06 16:09:06 +01:00
parent 7206e85520
commit d9f91d87af

View file

@ -34,5 +34,17 @@
"postcss": "^8", "postcss": "^8",
"prettier": "^3.3.3", "prettier": "^3.3.3",
"tailwindcss": "^3.4.1" "tailwindcss": "^3.4.1"
} },
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"browserslist": [
"chrome 64",
"edge 79",
"firefox 67",
"opera 51",
"safari 12"
]
} }