summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npmconf/config-defs.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/npmconf/config-defs.js')
-rw-r--r--deps/npm/node_modules/npmconf/config-defs.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/npm/node_modules/npmconf/config-defs.js b/deps/npm/node_modules/npmconf/config-defs.js
index 17bcf56d88..3ecbe60a52 100644
--- a/deps/npm/node_modules/npmconf/config-defs.js
+++ b/deps/npm/node_modules/npmconf/config-defs.js
@@ -230,6 +230,7 @@ Object.defineProperty(exports, "defaults", {get: function () {
, "fetch-retry-maxtimeout": 60000
, git: "git"
+ , "git-tag-version": true
, global : false
, globalconfig : path.resolve(globalPrefix, "etc", "npmrc")
@@ -327,6 +328,7 @@ exports.types =
, "fetch-retry-mintimeout": Number
, "fetch-retry-maxtimeout": Number
, git: String
+ , "git-tag-version": Boolean
, global : Boolean
, globalconfig : path
, globalignorefile: path