1
0
mirror of https://github.com/yldio/copilot.git synced 2024-11-28 14:10:04 +02:00
copilot/lerna.json

11 lines
159 B
JSON

{
"lerna": "2.0.0-rc.4",
"version": "independent",
"npmClient": "yarn",
"hoist": true,
"nohoist": ["graphi"],
"packages": [
"packages/*"
]
}