Files
react-native-firebase/lerna.json
IljaDaderko 889bf5379c v0.2.3
2019-08-14 12:17:56 +03:00

21 lines
294 B
JSON

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