Files
automatisch/lerna.json
2023-09-01 12:35:19 +02:00

14 lines
170 B
JSON

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