Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 359 Bytes

six-beds-arrive.md

File metadata and controls

7 lines (6 loc) · 359 Bytes
@pnpm/config pnpm
minor
minor

Allow env variables to be specified with default values in .npmrc. This is a convention used by Yarn too. Using ${NAME-fallback} will return fallback if NAME isn't set. ${NAME:-fallback} will return fallback if NAME isn't set, or is an empty string #6018.