├── CODE_OF_CONDUCT.md ├── README.md └── text ├── 0000-template.md ├── 0001-catalogs.md ├── 0002-time-based-resolution-mode.md └── 0004-config-dependencies.md /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnpm/rfcs/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # pnpm RFCs 2 | -------------------------------------------------------------------------------- /text/0000-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnpm/rfcs/HEAD/text/0000-template.md -------------------------------------------------------------------------------- /text/0001-catalogs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnpm/rfcs/HEAD/text/0001-catalogs.md -------------------------------------------------------------------------------- /text/0002-time-based-resolution-mode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnpm/rfcs/HEAD/text/0002-time-based-resolution-mode.md -------------------------------------------------------------------------------- /text/0004-config-dependencies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pnpm/rfcs/HEAD/text/0004-config-dependencies.md --------------------------------------------------------------------------------