From f471892478af4cd98ae1dd29d72187344ece1f44 Mon Sep 17 00:00:00 2001 From: Mikael Sand Date: Mon, 9 Sep 2019 15:38:16 +0300 Subject: [PATCH] fix: type definitions file reference --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 71283ea1..473e9a17 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "main": "lib/commonjs/index.js", "module": "lib/module/index.js", "react-native": "src/index.ts", - "types": "lib/typescript/src/index.d.ts", + "types": "src/index.d.ts", "files": [ "lib/", "src/"