Merge branch 'master' into flow-tidy-up
This commit is contained in:
commit
9a9a7d47aa
@ -4,10 +4,11 @@
|
|||||||
"author": "Invertase <contact@invertase.io> (http://invertase.io)",
|
"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.",
|
"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",
|
"main": "dist/index.js",
|
||||||
|
"types": "dist/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run build-lib && npm run build-flow",
|
"build": "npm run build-lib && npm run build-flow",
|
||||||
"build-flow": "flow-copy-source -i */__tests__* lib dist",
|
"build-flow": "flow-copy-source -i */__tests__* lib dist",
|
||||||
"build-lib": "BABEL_ENV=publish babel lib -d dist --ignore __tests__",
|
"build-lib": "BABEL_ENV=publish babel lib -d dist --ignore __tests__ --copy-files",
|
||||||
"clean": "rimraf dist/",
|
"clean": "rimraf dist/",
|
||||||
"flow": "flow",
|
"flow": "flow",
|
||||||
"lint": "eslint ./src",
|
"lint": "eslint ./src",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user