From a489365c4fc1215e88faa420a05ca1b31c6fac8b Mon Sep 17 00:00:00 2001 From: George Gkasdrogkas Date: Tue, 18 Sep 2018 14:52:17 +0300 Subject: [PATCH] Update types key in package.json to point to new TS definition file --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 47aa986..841ef21 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "typescript": "^2.5.3", "xo": "0.20.3" }, - "types": "types/index.d.ts", + "types": "index.d.ts", "xo": { "ignores": [ "test/_flow.js",