steedos-platform/lerna.json

11 lines
141 B
JSON
Raw Normal View History

2019-03-16 08:37:11 +00:00
{
"packages": [
2019-03-16 10:04:03 +00:00
"packages/*",
2019-09-10 08:21:38 +00:00
"apps/*",
"server"
2019-03-16 08:37:11 +00:00
],
"useWorkspaces": true,
"npmClient": "yarn",
2020-07-01 04:40:06 +00:00
"version": "1.20.15"
2019-03-16 08:37:11 +00:00
}