Files
SCM-Manager/lerna.json

10 lines
139 B
JSON
Raw Normal View History

2019-10-14 11:06:23 +02:00
{
"packages": [
"scm-ui/*",
"scm-plugins/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
2020-06-05 07:47:55 +02:00
"version": "2.1.0-SNAPSHOT"
2019-10-14 11:06:23 +02:00
}