1
0
mirror of https://github.com/yldio/copilot.git synced 2024-11-14 15:20:06 +02:00
copilot/lerna.json
2017-08-04 00:51:24 +01:00

16 lines
238 B
JSON

{
"lerna": "2.0.0",
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true,
"hoist": true,
"nohoist": [
"graphi",
"eslint",
"jest",
"jest-cli",
"react-scripts",
"react-styleguidist"
]
}