From 812d28ee3d97f1e6c06ccde2f9f1311ac34c98e7 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 1 Jun 2016 05:17:49 +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 ccdf2c1..8985d51 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.0.4", "description": "setups SSH quickly and in a painless manner", "main": "dist/index.js", + "typings":"dist/index.d.ts", "scripts": { "test": "(npmts)" },