summaryrefslogtreecommitdiff
path: root/deps/npm/doc
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-10-11 14:11:38 -0700
committerisaacs <i@izs.me>2012-10-11 14:11:38 -0700
commit218f08dbdeb2a5181cd562deb8783a64bb8e7e62 (patch)
tree14a767138bf35f59d1fe979ee8c9550e4a3d0ff6 /deps/npm/doc
parent99b2368a6cd408e75850ac73585de8800e2a10a1 (diff)
downloadnode-new-218f08dbdeb2a5181cd562deb8783a64bb8e7e62.tar.gz
npm: Upgrade to 1.1.63
Diffstat (limited to 'deps/npm/doc')
-rw-r--r--deps/npm/doc/cli/config.md1
-rw-r--r--deps/npm/doc/cli/faq.md12
2 files changed, 6 insertions, 7 deletions
diff --git a/deps/npm/doc/cli/config.md b/deps/npm/doc/cli/config.md
index cdfc61e2d0..9f051a07c3 100644
--- a/deps/npm/doc/cli/config.md
+++ b/deps/npm/doc/cli/config.md
@@ -112,7 +112,6 @@ The following shorthands are parsed on the command-line:
* `-reg`: `--registry`
* `-v`: `--version`
* `-f`: `--force`
-* `-l`: `--long`
* `-desc`: `--description`
* `-S`: `--save`
* `-D`: `--save-dev`
diff --git a/deps/npm/doc/cli/faq.md b/deps/npm/doc/cli/faq.md
index 7fd43e9a32..4c8367137d 100644
--- a/deps/npm/doc/cli/faq.md
+++ b/deps/npm/doc/cli/faq.md
@@ -3,7 +3,7 @@ npm-faq(1) -- Frequently Asked Questions
## Where can I find these docs in HTML?
-<http://npmjs.org/doc/>, or run:
+<https://npmjs.org/doc/>, or run:
npm config set viewer browser
@@ -144,7 +144,7 @@ command.)
In those cases, you can do this:
- curl http://npmjs.org/install.sh | sh
+ curl https://npmjs.org/install.sh | sh
## What is a `package`?
@@ -177,9 +177,9 @@ an argument to `git checkout`. The default is `master`.
You don't. Try one of these:
-* <http://github.com/isaacs/nave>
-* <http://github.com/visionmedia/n>
-* <http://github.com/creationix/nvm>
+* <https://github.com/isaacs/nave>
+* <https://github.com/visionmedia/n>
+* <https://github.com/creationix/nvm>
## How can I use npm for development?
@@ -245,7 +245,7 @@ There is not sufficient need to impose namespace rules on everyone.
Discuss it on the mailing list, or post an issue.
* <npm-@googlegroups.com>
-* <http://github.com/isaacs/npm/issues>
+* <https://github.com/isaacs/npm/issues>
## Why does npm hate me?