Last active
June 24, 2021 18:03
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"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