From 055a4e341fd909a898298cb38d4a019126581123 Mon Sep 17 00:00:00 2001 From: BAUMANN Maxime Date: Fri, 14 Feb 2020 17:11:30 +0100 Subject: [PATCH] fix: Add typing in package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3da41fb..45e7cfd 100644 --- a/package.json +++ b/package.json @@ -74,5 +74,6 @@ "mocha-phantomjs": "^4.1.0", "nyc": "^14.1.1", "phantomjs-prebuilt": "^2.1.16" - } + }, + "types": "index.d.ts" }