mirror of
https://github.com/dzeiocom/libs.git
synced 2025-04-22 10:52:11 +00:00
16 lines
245 B
JSON
16 lines
245 B
JSON
{
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"version": "independent",
|
|
"command": {
|
|
"publish": {
|
|
"npmClient": "npm",
|
|
"allowBranch": ["master"],
|
|
"registry": "https://registry.npmjs.org/"
|
|
}
|
|
}
|
|
}
|