Skip to content

Commit

Permalink
fix: move conventional commits plugin to devs deps (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsndr authored Apr 22, 2024
1 parent bf01e80 commit aef0e6a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"benny": "^3.7.1",
"conventional-changelog-conventionalcommits": "^7.0.2",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-eslint-comments": "^3.2.0",
Expand Down Expand Up @@ -83,8 +84,5 @@
"lint": "cargo fmt --all -- --check && eslint \"**/*.{js,ts,json}\" --max-warnings=0",
"lint:fix": "cargo fmt --all && yarn lint --fix",
"lint:fix-staged": "lint-staged"
},
"dependencies": {
"conventional-changelog-conventionalcommits": "^7.0.2"
}
}

0 comments on commit aef0e6a

Please sign in to comment.