Skip to content

Commit

Permalink
2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mattqs committed Jul 31, 2019
1 parent 2f7670f commit 78c724a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 32 deletions.
45 changes: 16 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docker-cli-js",
"version": "2.5.2",
"version": "2.5.3",
"description": "A node.js wrapper for the docker command line interface CLI",
"main": "dist/index.js",
"typings": "dist/index",
Expand Down Expand Up @@ -40,8 +40,8 @@
"typescript": "3.3.4000"
},
"dependencies": {
"cli-table-2-json": "1.0.12",
"dockermachine-cli-js": "3.0.4",
"cli-table-2-json": "1.0.13",
"dockermachine-cli-js": "3.0.5",
"lodash": "^4.17.15",
"nodeify-ts": "1.0.6"
}
Expand Down

0 comments on commit 78c724a

Please sign in to comment.