mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2025-12-08 20:14:12 +00:00
⬆️ Bump husky from 8.0.2 to 8.0.3 Bumps [husky](https://github.com/typicode/husky) from 8.0.2 to 8.0.3. - [Release notes](https://github.com/typicode/husky/releases) - [Commits](https://github.com/typicode/husky/compare/v8.0.2...v8.0.3) --- updated-dependencies: - dependency-name: husky dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
25 lines
402 B
JSON
25 lines
402 B
JSON
{
|
|
"name": "gitmoji",
|
|
"private": true,
|
|
"engines": {
|
|
"node": "16"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"prepare": "husky install",
|
|
"dev": "yarn turbo dev"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^13.0.0",
|
|
"prettier": "2.8.1",
|
|
"turbo": "^1.6.3"
|
|
},
|
|
"volta": {
|
|
"node": "16.15.0"
|
|
},
|
|
"packageManager": "yarn@3.3.1"
|
|
}
|