added dockerSock option

This commit is contained in:
2016-07-28 18:01:02 +02:00
parent ce996f43a0
commit 25b3cc1045
6 changed files with 20 additions and 6 deletions

View File

@ -3,6 +3,7 @@
"version": "1.0.5",
"description": "develop npm modules cross platform with docker",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"bin": {
"npmdocker": "dist/cli.js"
},