From 87d8a4de3869740b218bea0dbe44c24b5aab11cb Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Mon, 28 Oct 2019 18:09:51 -0400 Subject: [PATCH] point types to right place --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c5da6b5..44c8ecf 100644 --- a/package.json +++ b/package.json @@ -38,5 +38,5 @@ "url": "https://github.com/yanick/updux/issues" }, "homepage": "https://github.com/yanick/updux#readme", - "types": "./index.d.ts" + "types": "./dist/index.d.ts" }