Files
pnpm/README.md
Zoltan Kochan b90533b34b fix: the value of prefix during global install
BREAKING CHANGE:

config() is an async function

ref pnpm/pnpm#1052
2018-03-07 22:30:55 +02:00

541 B

@pnpm/config

Gets configs for pnpm

npm version Build Status

Installation

npm i -S @pnpm/config

Usage

import getConfigs from '@pnpm/config'

getConfigs().then(pnpmConfigs => console.log(pnpmConfigs))

License

MIT © Zoltan Kochan