Skip to content

Commit

Permalink
fix: remove semantic-release from dependencies (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Talbot authored May 5, 2021
1 parent ae986c8 commit e452a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"test": "prettier . --check"
},
"dependencies": {
"semantic-release": "^17.4.2"
},
"devDependencies": {
"conventional-changelog-conventionalcommits": "^4.5.0",
"prettier": "^2.2.1"
"prettier": "^2.2.1",
"semantic-release": "^17.4.2"
},
"peerDependencies": {
"prettier": ">= 2"
Expand Down

0 comments on commit e452a06

Please sign in to comment.