From 1cf5ad06a54078ff421d524377901dbffd0f4e62 Mon Sep 17 00:00:00 2001 From: isaacs Date: Thu, 26 Jun 2014 14:22:47 -0700 Subject: npmconf: Float patch to remove 'scope' from config defs --- node_modules/npmconf/config-defs.js | 4 ++-- 1 file 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" -- cgit v1.2.3