mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-26 15:59:26 -05:00
14 lines
246 B
JSON
14 lines
246 B
JSON
{
|
|
"devDependencies": {
|
|
"@commitlint/cli": "8.3.5",
|
|
"@commitlint/config-conventional": "8.3.4",
|
|
"@commitlint/prompt-cli": "8.3.5",
|
|
"husky": "4.2.3"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"commit-msg": "commitlint -e"
|
|
}
|
|
}
|
|
}
|