Files
automatisch/lerna.json
2022-10-09 10:21:05 +02:00

13 lines
169 B
JSON

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