Files
automatisch/lerna.json
2023-08-02 15:07:27 +02:00

14 lines
170 B
JSON

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