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

Change-Id: Ied1362e9bac4121fd1512e7dbd847b70458f7b98 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": "^5.0.4"
|
|
}
|
|
}
|