mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 15:20:06 +02:00
fix(joyent-ui-toolkit): don't hoist react-styleguidist
This commit is contained in:
parent
03e19d4a6a
commit
9243ecdfab
@ -3,7 +3,14 @@
|
|||||||
"version": "independent",
|
"version": "independent",
|
||||||
"npmClient": "yarn",
|
"npmClient": "yarn",
|
||||||
"hoist": true,
|
"hoist": true,
|
||||||
"nohoist": ["graphi", "eslint", "jest", "jest-cli", "react-scripts"],
|
"nohoist": [
|
||||||
|
"graphi",
|
||||||
|
"eslint",
|
||||||
|
"jest",
|
||||||
|
"jest-cli",
|
||||||
|
"react-scripts",
|
||||||
|
"react-styleguidist"
|
||||||
|
],
|
||||||
"packages": [
|
"packages": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user