mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 07:10:05 +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",
|
||||
"npmClient": "yarn",
|
||||
"hoist": true,
|
||||
"nohoist": ["graphi", "eslint", "jest", "jest-cli", "react-scripts"],
|
||||
"nohoist": [
|
||||
"graphi",
|
||||
"eslint",
|
||||
"jest",
|
||||
"jest-cli",
|
||||
"react-scripts",
|
||||
"react-styleguidist"
|
||||
],
|
||||
"packages": [
|
||||
"packages/*"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user