mirror of
https://github.com/carloscuesta/gitmoji.git
synced 2025-12-08 20:14:12 +00:00
⬆️ Bump prettier from 2.8.1 to 2.8.2 Bumps [prettier](https://github.com/prettier/prettier) from 2.8.1 to 2.8.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.8.1...2.8.2) --- updated-dependencies: - dependency-name: prettier 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>
40 lines
904 B
JSON
40 lines
904 B
JSON
{
|
|
"name": "gitmojis",
|
|
"version": "3.13.2",
|
|
"description": "An emoji guide for your commit messages.",
|
|
"main": "src/gitmojis.json",
|
|
"files": [
|
|
"src/gitmojis.json"
|
|
],
|
|
"types": "src/gitmojis.d.ts",
|
|
"scripts": {
|
|
"lint": "ajv --spec=draft2020 validate -s ./src/schema.json -d ./src/gitmojis.json",
|
|
"publishPackage": "npm publish"
|
|
},
|
|
"devDependencies": {
|
|
"ajv-cli": "^5.0.0",
|
|
"lint-staged": "^13.0.0",
|
|
"prettier": "2.8.2"
|
|
},
|
|
"author": {
|
|
"name": "carloscuesta",
|
|
"email": "hi@carloscuesta.me",
|
|
"url": "https://carloscuesta.me"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/carloscuesta/gitmoji/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/carloscuesta/gitmoji.git"
|
|
},
|
|
"homepage": "https://gitmoji.dev",
|
|
"keywords": [
|
|
"gitmoji",
|
|
"emoji",
|
|
"carloscuesta",
|
|
"commit"
|
|
]
|
|
}
|