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>2010-05-06 06:24:31 +0400
committerisaacs <i@izs.me>2010-05-06 06:24:31 +0400
commit5201874f565f7d21b4411c417cb0761259500f4a (patch)
tree1f1d1abdb3d3a3fdd15476068d2995bac21c853a
parent069a27c6018600fd4c7205b07394415b310e6396 (diff)
Don't set the "owner" field, since the publisher might be someone else.v0.1.4
-rw-r--r--lib/utils/registry.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/utils/registry.js b/lib/utils/registry.js
index 1893ba84e..5ece06d87 100644
--- a/lib/utils/registry.js
+++ b/lib/utils/registry.js
@@ -39,7 +39,6 @@ function publish (data, tarball, cb) {
}
var fullData =
{ _id : data.name
- , owner : npm.config.get("username")
, name : data.name
, description : data.description
, "dist-tags" : {}