Files
automatisch/lerna.json
2022-10-08 13:03:31 +02:00

13 lines
169 B
JSON

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