From ced561df934ca7915d951646f7965cc04faea32e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20B=C4=99tka?= <37906388+mateki0@users.noreply.github.com> Date: Thu, 16 Feb 2023 00:14:58 +0100 Subject: [PATCH] fix: changed types path in package.json (#123) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1514d715..12520410 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Super performant, lightweight, fully customizable emoji picker. Designated to be user and developer friendly! 💖", "main": "lib/commonjs/index", "module": "lib/module/index", - "types": "lib/typescript/index.d.ts", + "types": "lib/typescript/src/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [