We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66dd0e commit 61e532dCopy full SHA for 61e532d
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "docker-cli-js",
3
- "version": "2.0.6",
4
- "description": "A node.js wrapper for the docker-machine CLI",
+ "version": "2.0.7",
+ "description": "A node.js wrapper for the docker command line interface CLI",
5
"main": "dist/index.js",
6
"typings": "dist/index",
7
"files": [
@@ -19,7 +19,8 @@
19
"url": "git+https://github.com/Quobject/docker-cli-js.git"
20
},
21
"keywords": [
22
- "docker"
+ "docker",
23
+ "docker cli"
24
],
25
"author": "Matthias Ludwig <[email protected]>",
26
"license": "MIT",
0 commit comments