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
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2011-12-14 00:55:08 +0400
committerisaacs <i@izs.me>2011-12-14 00:55:08 +0400
commit363c184a55980663f3d5aec1ec6f9bba152d6443 (patch)
treeafa17181d8b72c600a50b9f3e46d53ba0df66519 /.gitmodules
parentd80d665c8568df7a9d92bd5f5ed041e6512ce49a (diff)
Move lru-cache into npm, out of minimatch
Nested submodules are annoying.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 9faad1417..169c87505 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -55,3 +55,6 @@
[submodule "node_modules/read"]
path = node_modules/read
url = https://github.com/isaacs/read.git
+[submodule "node_modules/lru-cache"]
+ path = node_modules/lru-cache
+ url = https://github.com/isaacs/node-lru-cache.git