1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-08-14 07:21:58 +00:00
This commit is contained in:
2020-06-26 15:39:47 +02:00
parent ff67d008eb
commit aa2d969295
4 changed files with 21 additions and 7 deletions

View File

@@ -5,7 +5,11 @@
"npmClient": "yarn",
"useWorkspaces": true,
"version": "independent",
"publishConfig": {
"access": "public"
"command": {
"publish": {
"npmClient": "npm",
"allowBranch": ["master"],
"registry": "https://registry.npmjs.org/"
}
}
}