mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-16 12:51:45 -04:00
Reduce the number of directories in the store by keeping all the metadata json files in the same directory. Previously the metadata file of express would be stored at: <store>/registry.npmjs.org/express/index.json Now it will be stored at: <store>/metadata/registry.npmjs.org/express.json ref #2521 PR #2529