Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DaneTheory/19c1c99aa9e679aed72d32a97a818a26 to your computer and use it in GitHub Desktop.
Save DaneTheory/19c1c99aa9e679aed72d32a97a818a26 to your computer and use it in GitHub Desktop.
The Package (dot) JSON: A story of love, triumph, and general witchcraft/wizardry - InitFields: Install Config
[{
"npm:current": {
"ref": "",
"source": [
]
},
"npm:legacy": {
"ref": "",
"source": [
]
},
"yarn:current": {
"ref": "https://yarnpkg.com/configuration/manifest#installConfig",
"source": [
"This field contains various settings that alter how the workspace is installed.",
"('hoistingLimits') Defines the highest point where packages can be hoisted, overriding for the current workspace the value initially set for 'nmHoistingLimits'. Valid values are 'workspaces', 'dependencies' and 'none'",
"_example_:{ \n \"installConfig\": { \n \"hoistingLimits\": \"none\" \n }:_example_"
]
},
"yarn:legacy": {
"ref": "null",
"source": "null"
}
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment