Files
automatisch/lerna.json
2023-02-08 13:32:25 +01:00

14 lines
170 B
JSON

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