From 4c205381d9101747b7cee6dbca018f462ceadfb6 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Sun, 17 Jul 2016 02:11:39 +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 f77a28c..3ad4cd6 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.0.4", "description": "do more with npm", "main": "dist/index.js", + "typings":"dist/index.d.ts", "scripts": { "test": "(npmts)" },