1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-05-27 19:49:56 +00:00
libs/lerna.json

12 lines
155 B
JSON

{
"packages": [
"packages/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "independent",
"publishConfig": {
"access": "public"
}
}