From 5225cdd5e7ba8c533fb58438343f982e70f758ef Mon Sep 17 00:00:00 2001 From: TheoryOfNekomata Date: Sat, 25 Jul 2020 21:08:31 +0800 Subject: [PATCH] Update package info Add types for TypeScript type search. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 0221189..b4ecb73 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "lib": "dist" }, "main": "dist/index.js", + "types": "dist/index.d.ts", "repository": "https://code.modal.sh/tesseract-design/react-common.git", "author": "TheoryOfNekomata ", "license": "UNLICENSED",