Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
fix: correct peerDependencies field for shipit-deploy package (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
SleepWalker authored and gregberge committed Aug 6, 2019
1 parent 0516ca8 commit 3586c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shipit-deploy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"prepublishOnly": "yarn run build"
},
"peerDependencies": {
"shipit-cli": "^4.1.0"
"shipit-cli": "^5.0.0"
},
"dependencies": {
"chalk": "^2.4.1",
Expand Down

0 comments on commit 3586c21

Please sign in to comment.