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 bbada56df4..61738f4a25 100644
--- a/deps/npm/node_modules/npmconf/config-defs.js
+++ b/deps/npm/node_modules/npmconf/config-defs.js
@@ -245,6 +245,7 @@ Object.defineProperty(exports, "defaults", {get: function () {
, searchexclude: null
, searchsort: "name"
, shell : osenv.shell()
+ , shrinkwrap: true
, "sign-git-tag": false
, "strict-ssl": true
, tag : "latest"
@@ -338,6 +339,7 @@ exports.types =
, "date", "-date"
, "keywords", "-keywords" ]
, shell : String
+ , shrinkwrap: Boolean
, "sign-git-tag": Boolean
, "strict-ssl": Boolean
, tag : String