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
diff options
context:
space:
mode:
authorForrest L Norvell <forrest@npmjs.com>2015-12-12 03:19:40 +0300
committerRebecca Turner <me@re-becca.org>2015-12-18 03:59:28 +0300
commitbd11b2582437becc7376e1ef35f405512596b970 (patch)
tree004220835bb4903abc17f906057f4d2817b085d5 /.npmrc
parente73b56407d95a723d0ebf5434a67d9bc6bce70e9 (diff)
src: always install in npm in legacy mode
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
Diffstat (limited to '.npmrc')
-rw-r--r--.npmrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.npmrc b/.npmrc
index ca0bc48dd..f491aa8e1 100644
--- a/.npmrc
+++ b/.npmrc
@@ -1,2 +1,3 @@
save-prefix = ~
proprietary-attribs = false
+legacy-bundling = true