From abf2234480e65e5f013d01a81acaddbb9d4bc7c6 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 11 Jul 2016 17:23:54 +0200 Subject: [PATCH] add typings to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 9426e02..4ce3d19 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.0.6", "description": "easy communication with docker from node, TypeScript ready", "main": "dist/index.js", + "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 .",