mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-25 10:31:55 -04:00
14 lines
252 B
JSON
14 lines
252 B
JSON
{
|
|
"dependencies": {
|
|
"@commitlint/cli": "^6.1.3",
|
|
"@commitlint/config-conventional": "^6.1.3",
|
|
"@commitlint/prompt-cli": "^6.1.3",
|
|
"husky": "^1.0.0-rc.6"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"commit-msg": "commitlint -e"
|
|
}
|
|
}
|
|
}
|