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",