Skip to content

Commit

Permalink
fix(deps): eslint peer dependency version, simplify, sem-release config
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSwitch committed Oct 11, 2021
1 parent c3c7524 commit 4e93cff
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions package.json
Expand Up @@ -37,7 +37,7 @@
"semantic-release": "^18.0.0"
},
"peerDependencies": {
"eslint": "^8.0.0"
"eslint": ">=7.15.0"
},
"release": {
"branches": [
Expand All @@ -48,16 +48,7 @@
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
[
"@semantic-release/git",
{
"assets": [
"package.json",
"CHANGELOG.md"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"@semantic-release/git",
"@semantic-release/github"
]
},
Expand Down

0 comments on commit 4e93cff

Please sign in to comment.