Files
automatisch/lerna.json
2022-11-12 16:21:42 +01:00

14 lines
170 B
JSON

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