Files
react-native-firebase/lerna.json
Mike Diarmid 6c3cb7c40e [v6] Implement Authentication (Part 1) (#2107)
Migrate Android, iOS and JS code from Auth v5.
2019-05-07 02:35:15 +01:00

20 lines
270 B
JSON

{
"npmClient": "yarn",
"npmClientArgs": [
"--no-lockfile"
],
"packages": [
"packages/*",
"tests"
],
"useWorkspaces": true,
"command": {
"publish": {
"ignoreChanges": [
"*.md"
]
}
},
"version": "6.0.0-alpha.10"
}