Skip to content

Commit

Permalink
2.7.1 readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mattqs committed Feb 6, 2020
1 parent 611645e commit 899d5d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const { dockerCommand } = require('docker-cli-js');

// default options
const options = {
macineName: null, // uses local docker
machineName: null, // uses local docker
currentWorkingDirectory: null, // uses current working directory
echo: true, // echo command output to stdout/stderr
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docker-cli-js",
"version": "2.7.0",
"version": "2.7.1",
"description": "A node.js wrapper for the docker command line interface CLI",
"main": "dist/index.js",
"typings": "dist/index",
Expand Down

0 comments on commit 899d5d7

Please sign in to comment.