From f96e673683d9f090afb8a30c453341a6f448dd0d Mon Sep 17 00:00:00 2001 From: Chris Bianca Date: Wed, 6 Dec 2017 08:59:00 +0000 Subject: [PATCH] [typings] Fix incorrect path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 50b51428..813c3530 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "author": "Invertase (http://invertase.io)", "description": "A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Messaging (FCM), Remote Config, Storage and Performance.", "main": "dist/index.js", - "types": "dist.index.d.ts", + "types": "dist/index.d.ts", "scripts": { "build": "npm run build-lib && npm run build-flow", "build-flow": "flow-copy-source -i */__tests__* lib dist",