mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-04 09:28:03 +08:00
20 lines
269 B
JSON
20 lines
269 B
JSON
{
|
|
"npmClient": "yarn",
|
|
"npmClientArgs": [
|
|
"--no-lockfile"
|
|
],
|
|
"packages": [
|
|
"packages/*",
|
|
"tests"
|
|
],
|
|
"useWorkspaces": true,
|
|
"command": {
|
|
"publish": {
|
|
"ignoreChanges": [
|
|
"*.md"
|
|
]
|
|
}
|
|
},
|
|
"version": "6.0.0-alpha.9"
|
|
}
|