mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-07 21:33:54 +00:00

Husky v8 adds the `husky init` subcommand, and v9 changes how it handles hooks. We no longer need the Husky preamble in our hooks, so update to the new `init` subcommand and remove the preambles. Change-Id: I18ea1bbaedbb4213cc04c21413d75c9757ff7986 Signed-off-by: Chris Kay <chris.kay@arm.com>
24 lines
586 B
JSON
24 lines
586 B
JSON
{
|
|
"name": "trusted-firmware-a",
|
|
"version": "2.10.0",
|
|
"license": "BSD-3-Clause",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"prepare": "husky",
|
|
"release": "standard-version"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^19.0.0",
|
|
"@commitlint/config-conventional": "^19.0.0",
|
|
"@commitlint/cz-commitlint": "^19.0.0",
|
|
"commitizen": "^4.3.0",
|
|
"conventional-changelog-tf-a": "file:tools/conventional-changelog-tf-a",
|
|
"husky": "^9.0.11",
|
|
"js-yaml": "^4.1.0",
|
|
"standard-version": "^9.5.0"
|
|
}
|
|
}
|