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
2018-05-24Flatten dependencies and add dev deps to gitRebecca Turner
2017-11-21npmrc: we can use ^ now‼Rebecca Turner
Previously we used `~` so that users of 0.6 and 0.8 could upgrade to the current npm, but the current npm no longer runs on those versions of Node.js so there's no point in keeping this around.
2017-08-23tar: Remove use of old tarisaacs
Credit: @isaacs Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/16804
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!