Skip to content

Commit

Permalink
Move release-it to peerDependencies + devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Sep 11, 2020
1 parent 1993df3 commit 005713b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -20,11 +20,12 @@
"homepage": "https://github.com/my/awesome-plugin#readme",
"bugs": "https://github.com/my/awesome-plugin/issues",
"author": "",
"dependencies": {
"release-it": "^13.5.8"
"peerDpendencies": {
"release-it": "^14.0.2"
},
"devDependencies": {
"bron": "^1.1.1",
"release-it": "^14.0.2",
"sinon": "^9.0.2"
},
"engines": {
Expand Down

0 comments on commit 005713b

Please sign in to comment.