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

Commit 3586c21

Browse files
SleepWalkergregberge
authored andcommitted
fix: correct peerDependencies field for shipit-deploy package (#243)
1 parent 0516ca8 commit 3586c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shipit-deploy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"prepublishOnly": "yarn run build"
2323
},
2424
"peerDependencies": {
25-
"shipit-cli": "^4.1.0"
25+
"shipit-cli": "^5.0.0"
2626
},
2727
"dependencies": {
2828
"chalk": "^2.4.1",

0 commit comments

Comments
 (0)