1
0
mirror of https://github.com/yldio/copilot.git synced 2024-11-14 23:30:05 +02:00
copilot/lerna.json
2017-06-15 17:11:40 +01:00

11 lines
206 B
JSON

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