Skip to content

Commit

Permalink
chore: move release-it plugin to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rajat43 committed Jul 19, 2023
1 parent 8fb8dad commit 870f471
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 @@ -33,7 +33,6 @@
"release:dry": "release-it --dry-run"
},
"dependencies": {
"@release-it/conventional-changelog": "release-it/conventional-changelog",
"axios": "^0.27.2",
"ethers": "^5.7.1"
},
Expand Down Expand Up @@ -63,7 +62,8 @@
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"yargs": "^17.5.1",
"release-it": "^16.1.2"
"release-it": "^16.1.2",
"@release-it/conventional-changelog": "release-it/conventional-changelog"
},
"bugs": {
"url": "https://github.com/0xsquid/squid-sdk/issues"
Expand Down

0 comments on commit 870f471

Please sign in to comment.