Files
react-native-firebase/lerna.json
russellwheatley 64bb3f3112 v6.3.2
2020-02-11 09:46:30 +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.2"
}