Files
SCM-Manager/lerna.json
2019-10-16 08:08:37 +02:00

15 lines
224 B
JSON

{
"packages": [
"scm-ui/*",
"scm-plugins/*"
],
"command": {
"publish": {
"registry": "http://localhost:4873"
}
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.0.0-SNAPSHOT"
}