From d734ac821e47fd6353b6db6df5f9e9a008253ffc Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Wed, 8 Feb 2017 23:26:18 +0100 Subject: [PATCH] fix npmts error --- .gitignore | 4 ++++ package.json | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..26b6673 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +coverage/ +node_modules/ +pages/ +public/ diff --git a/package.json b/package.json index 5e80440..6397661 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "1.0.1", "description": "easy mailgun API wrapper", "main": "dist/index.js", + "typings": "dist/index.d.ts", "scripts": { "test": "(npmts)" },