From 4bd7aee8ea720859b94e9999b9d5fa8b972d4b9f Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 6 Jul 2016 03:10:36 +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 25b3060..97dbd48 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.0.11", "description": "Easily obain SSL certificates from LetsEncrypt. Supports DNS-01 challenge. TypeScript ready.", "main": "dist/index.js", + "typings":"dist/index.d.ts", "scripts": { "test": "(npm run cleanTest && npmts)", "cleanTest": "(rm -rf ./test/assets)",