From 7da870323100d64eea83bd322c50dd9869ffb849 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Thu, 28 Jul 2016 01:25:43 +0200 Subject: [PATCH] fix typings in package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 9cba0a8..497d750 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.0.0", "description": "makes it easy to automate tasks with Continuous Integration", "main": "dist/index.js", + "typings":"dist/index.d.ts", "scripts": { "test": "(npmts)" },