Files
SCM-Manager/lerna.json

10 lines
130 B
JSON
Raw Normal View History

2019-10-14 11:06:23 +02:00
{
"packages": [
"scm-ui/*",
"scm-plugins/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
2020-09-01 13:52:15 +00:00
"version": "2.4.1"
2019-10-14 11:06:23 +02:00
}