joyent-portal/lerna.json

18 lines
256 B
JSON

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