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>2014-06-27 01:22:47 +0400
committerisaacs <i@izs.me>2014-06-27 01:22:47 +0400
commit1cf5ad06a54078ff421d524377901dbffd0f4e62 (patch)
treef0d747552de432d6445bb462915a7c7662c833fa
parent2dac42eb6788c01a2ab48ae9979b05b302bd219d (diff)
npmconf: Float patch to remove 'scope' from config defs
-rw-r--r--node_modules/npmconf/config-defs.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/node_modules/npmconf/config-defs.js b/node_modules/npmconf/config-defs.js
index e53c85200..e0679b8ba 100644
--- a/node_modules/npmconf/config-defs.js
+++ b/node_modules/npmconf/config-defs.js
@@ -192,7 +192,7 @@ Object.defineProperty(exports, "defaults", {get: function () {
, "save-exact" : false
, "save-optional" : false
, "save-prefix": "^"
- , scope : ""
+ // , scope : ""
, searchopts: ""
, searchexclude: null
, searchsort: "name"
@@ -298,7 +298,7 @@ exports.types =
, "save-exact" : Boolean
, "save-optional" : Boolean
, "save-prefix": String
- , scope : String
+ // , scope : String
, searchopts : String
, searchexclude: [null, String]
, searchsort: [ "name", "-name"