Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.npmrc
AgeCommit message (Collapse)Author
2015-12-18src: always install in npm in legacy modeForrest L Norvell
Also, clean out the docs and prune the tree before making a release tarball, to keep as much cruft as possible out of the release tarball. PR-URL: https://github.com/npm/npm/pull/10798 Credit: @othiym23
2014-05-15Add project .npmrc fileisaacs
Moving away from publishConfig, towards per-project config. This means I can stop typing '--save-prefix=~' every time I install a dependency in npm! Hooray!