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

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Mar 17, 2018
1 parent a8521e6 commit a6da184
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/shipit-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shipit-cli",
"version": "1.5.0",
"version": "4.0.0",
"description": "Universal automation and deployment tool written in JavaScript.",
"main": "lib/index.js",
"keywords": [
Expand All @@ -17,7 +17,7 @@
"liftoff": "^2.5.0",
"orchestrator": "^0.3.7",
"pretty-hrtime": "^1.0.0",
"ssh-pool": "^1.5.0",
"ssh-pool": "^4.0.0",
"stream-line-wrapper": "^0.1.1",
"v8flags": "^3.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/shipit-deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shipit-deploy",
"version": "1.5.0",
"version": "4.0.0",
"description": "Official set of deploy tasks for Shipit.",
"main": "lib/index.js",
"keywords": [
Expand Down Expand Up @@ -33,6 +33,6 @@
},
"homepage": "https://github.com/shipitjs/shipit",
"devDependencies": {
"ssh-pool": "^1.5.0"
"ssh-pool": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/ssh-pool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ssh-pool",
"version": "1.5.0",
"version": "4.0.0",
"description": "Run remote commands over a pool of server using SSH.",
"main": "lib/index.js",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-traverse",
Expand Down

0 comments on commit a6da184

Please sign in to comment.