strapi/lerna.json

10 lines
129 B
JSON
Raw Normal View History

2016-12-07 18:24:48 +01:00
{
2022-06-29 15:28:03 +02:00
"version": "4.2.2",
2019-04-26 16:19:08 +02:00
"packages": [
"packages/*",
"examples/*"
],
2019-04-05 16:11:09 +02:00
"npmClient": "yarn",
"useWorkspaces": true
2016-12-07 18:24:48 +01:00
}