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-08-07 22:38:03 +0400
committerisaacs <i@izs.me>2011-08-07 22:38:03 +0400
commit6d7a8aabe31d4a828cd8490501ef89d49e17b117 (patch)
tree3040f52970098e129331e3ce4f60fd800ce34ff4 /.gitmodules
parent11921414987f370515959a04c4ebd4741ef25412 (diff)
Abstract out 'which'
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 0fc5934f6..d529ce16a 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -28,3 +28,6 @@
[submodule "node_modules/ini"]
path = node_modules/ini
url = https://github.com/isaacs/ini.git
+[submodule "node_modules/which"]
+ path = node_modules/which
+ url = https://github.com/isaacs/node-which.git