Files
react-native-firebase/lerna.json
russellwheatley 558abc7e29 v6.3.1
2020-02-05 16:26:28 +00:00

21 lines
294 B
JSON

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