From 780937314bf879e7c27fcd1c7878af726588ce9f Mon Sep 17 00:00:00 2001 From: Henrique Carvalho Coelho Date: Thu, 16 Nov 2017 19:46:11 +0000 Subject: [PATCH] Add ts typings to the package.json so RN projects resolve it automatically --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 8c1da5be92..d1a3e9065e 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "repository": "https://github.com/getsentry/react-native-sentry", "version": "0.30.2", "description": "Official Sentry SDK for react-native", + "typings": "lib/Sentry.d.ts", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",