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-03-30 07:15:01 +0400
committerisaacs <i@izs.me>2011-03-30 09:05:00 +0400
commit63367db33cdfe1bf609fdabcc0a8e9fd917ce569 (patch)
tree9704c5268d75854ecc29b2342fbe39c0c0350bdd /.gitmodules
parent9aa65ea183d3d5ce5e8944561fae13e20e978713 (diff)
Rename optparse to nopt
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index b2e515e28..cd1a43bd2 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,6 +4,6 @@
[submodule "node_modules/abbrev"]
path = node_modules/abbrev
url = git://github.com/isaacs/abbrev-js.git
-[submodule "node_modules/optparse"]
- path = node_modules/optparse
- url = git://github.com/isaacs/node-optparse.git
+[submodule "node_modules/nopt"]
+ path = node_modules/nopt
+ url = git://github.com/isaacs/nopt.git