Files
react-native-firebase/lerna.json
russellwheatley 93c6b38f6d v6.3.4
2020-02-17 11:32:39 +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.4"
}