From 16ffe53f301105ec358668a4eaf57c7f4b724d6f Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 16 Jun 2016 04:45:28 +0200 Subject: [PATCH] 1.0.3 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index df93868..ce21775 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "dockersock", - "version": "1.0.2", + "version": "1.0.3", "description": "easy communication with docker from node, TypeScript ready", "main": "dist/index.js", "scripts": { "test": "npmts --notest && npm run build && npm run startdocker && npm run cleanup", "build": "docker build -t npmts-test-image .", - "startdocker":"docker run -v /var/run/docker.sock:/var/run/docker.sock --name npmts-test-container npmts-test-image", - "cleanup":"docker rm npmts-test-container && docker rmi npmts-test-image" + "startdocker": "docker run -v /var/run/docker.sock:/var/run/docker.sock --name npmts-test-container npmts-test-image", + "cleanup": "docker rm npmts-test-container && docker rmi npmts-test-image" }, "repository": { "type": "git",