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/doc
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-01-20 04:49:33 +0300
committerisaacs <i@izs.me>2010-01-20 04:49:33 +0300
commit5a48b230da1f7c1ae4332ef53975cb0c25dfe041 (patch)
treeda1511dbfb144399ecd6ae5653f82b4a5e8911f2 /doc
parente594307830dae1acd9e49ad353923c8fe9f181a8 (diff)
Save at this checkpoint before swapping macs.
Diffstat (limited to 'doc')
-rw-r--r--doc/folders.md4
-rw-r--r--doc/registry.md2
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/folders.md b/doc/folders.md
new file mode 100644
index 000000000..5ff13c51f
--- /dev/null
+++ b/doc/folders.md
@@ -0,0 +1,4 @@
+# Folder Structures Used by npm
+
+Everything lives in the `root` setting. This defaults to `$HOME/.node_libraries/`, but can be overridden.
+
diff --git a/doc/registry.md b/doc/registry.md
index 86a3739a2..811e4677c 100644
--- a/doc/registry.md
+++ b/doc/registry.md
@@ -30,7 +30,7 @@ list of versions of foo, plus tools to manage the project. (Mostly just forms t
`/foo/nightly`
301 redirect to the tarball of the latest code, if there is such a place. Typically something like `http://github.com/owner/project/tarball/master`.
-`https://.../-reset?rt=123456abcdefg&user=bob@foo.com` (valid reset token & matching user)
+`https://.../?rt=123456abcdefg&user=bob@foo.com` (valid reset token & matching user)
Mint a new user token for bob@foo.com, reset all the user tokens on bob@foo.com's packages, and display the new user token, along with a message that bob should save it, because it can't be retrieved, only reset.