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:
-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" : {}