Files
automatisch/lerna.json
2023-11-09 15:48:33 +03:00

14 lines
171 B
JSON

{
"packages": [
"packages/*"
],
"version": "0.10.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"add": {
"exact": true
}
}
}