mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-07 21:53:07 -05:00
14 lines
252 B
JSON
14 lines
252 B
JSON
{
|
|
"dependencies": {
|
|
"@commitlint/cli": "^7.0.0",
|
|
"@commitlint/config-conventional": "^7.0.0",
|
|
"@commitlint/prompt-cli": "^7.0.0",
|
|
"husky": "^1.0.0-rc.6"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"commit-msg": "commitlint -e"
|
|
}
|
|
}
|
|
}
|