From 0358e7fda5bbd1d7a0b2109dfc5c0019ad0290d5 Mon Sep 17 00:00:00 2001 From: Fred Kleuver Date: Sat, 14 Apr 2018 21:51:23 +0200 Subject: [PATCH] fix(types): add types path to package.json closes #143 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 089289a..621857f 100644 --- a/package.json +++ b/package.json @@ -51,5 +51,6 @@ "documentation": { "articles": [] } - } + }, + "types": "dist/types/index.d.ts" }