Skip to content

Commit

Permalink
chore: sort package.json (#333)
Browse files Browse the repository at this point in the history
The latest version of `sort-package-json` now likes `release` here
  • Loading branch information
G-Rath authored Aug 3, 2024
1 parent 85a4fbe commit 05835f3
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,19 @@
]
},
"prettier": "prettier-config-ackama",
"release": {
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
]
},
"jest": {
"moduleFileExtensions": [
"ts",
Expand Down Expand Up @@ -134,18 +147,5 @@
"eslint-plugin-react-hooks": {
"optional": true
}
},
"release": {
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
]
}
}

0 comments on commit 05835f3

Please sign in to comment.