mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-13 16:14:20 +00:00

Change-Id: I708ac9af9311c23b107041b3fc7f1773a83b36c4 Signed-off-by: Chris Kay <chris.kay@arm.com>
13 lines
282 B
JSON
13 lines
282 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "husky install"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^14.1.0",
|
|
"@commitlint/config-conventional": "^14.1.0",
|
|
"commitizen": "^4.2.4",
|
|
"cz-conventional-changelog": "^3.3.0",
|
|
"husky": "^7.0.4"
|
|
}
|
|
}
|