From 515d2d49704b06ef27af2da4252daf3fa347369f Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 11 Jul 2016 17:24:00 +0200 Subject: [PATCH] 1.0.7 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4ce3d19..649eccc 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "dockersock", - "version": "1.0.6", + "version": "1.0.7", "description": "easy communication with docker from node, TypeScript ready", "main": "dist/index.js", - "typings":"dist/index.d.ts", + "typings": "dist/index.d.ts", "scripts": { "test": "npmts --notest && npm run build && npm run startdocker && npm run cleanup", "build": "docker build -t npmts-test-image .",