Files
react-native-firebase/lerna.json
Salakar 381aff536d v0.1.2
2019-07-31 12:43:04 +01: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.1.2"
}