[typings] Fix incorrect path

This commit is contained in:
Chris Bianca 2017-12-06 08:59:00 +00:00
parent 4646c6723d
commit f96e673683
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"author": "Invertase <contact@invertase.io> (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",