From 74265e7bf840f85619c14cf6f697b991219f4f46 Mon Sep 17 00:00:00 2001 From: Wawa <66263633+wneel@users.noreply.github.com> Date: Thu, 28 Mar 2024 20:31:25 +0100 Subject: [PATCH] Update package.json (#307) fix: https://github.com/michalchudziak/react-native-geolocation/issues/301 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fcfbe5c..62c74f3 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "react-native": "js/index", "main": "lib/commonjs/index", "module": "lib/module/index", - "types": "lib/typescript/lib/commonjs/index.d.ts", + "types": "lib/typescript/js/index.d.ts", "source": "js/index", "files": [ "lib/",