Skip to content

Commit

Permalink
fix(commitlint-config-airlight): upgrade dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Feb 17, 2024
1 parent e477234 commit e80f99c
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,30 @@
"version": "1.0.0",
"description": "Commitlint config to make product commits beatiful",
"main": "config.js",
"files": ["config.js"],
"files": [
"config.js"
],
"engines": {
"node": ">=18.19.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dalisoft/airlight.git"
},
"keywords": ["commit", "git", "lint", "config"],
"keywords": [
"commit",
"git",
"lint",
"config"
],
"author": "dalisoft",
"license": "MIT",
"bugs": {
"url": "https://github.com/dalisoft/airlight/issues"
},
"homepage": "https://github.com/dalisoft/airlight#readme",
"dependencies": {
"@commitlint/config-conventional": "^18.4.4"
"@commitlint/config-conventional": "^18.6.0"
},
"peerDependencies": {
"@commitlint/cli": "^17.x, ^18.x"
Expand Down

0 comments on commit e80f99c

Please sign in to comment.