From 792904c4b772ba481cb3b95147e3f1ac4bd2a590 Mon Sep 17 00:00:00 2001 From: TheoryOfNekomata Date: Sat, 25 Jul 2020 21:20:25 +0800 Subject: [PATCH] Fix types value Point types to correct path in the build. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b4ecb73..c8ccf74 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "lib": "dist" }, "main": "dist/index.js", - "types": "dist/index.d.ts", + "types": "dist/lib/index.d.ts", "repository": "https://code.modal.sh/tesseract-design/react-common.git", "author": "TheoryOfNekomata ", "license": "UNLICENSED",