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:
Diffstat (limited to 'node_modules/request/node_modules/aws-sign2/index.js')
-rw-r--r--node_modules/request/node_modules/aws-sign2/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/request/node_modules/aws-sign2/index.js b/node_modules/request/node_modules/aws-sign2/index.js
index ac7209308..fb35f6db0 100644
--- a/node_modules/request/node_modules/aws-sign2/index.js
+++ b/node_modules/request/node_modules/aws-sign2/index.js
@@ -133,7 +133,7 @@ function stringToSign (options) {
]
return r.join('\n')
}
-module.exports.queryStringToSign = stringToSign
+module.exports.stringToSign = stringToSign
/**
* Return a string for sign() with the given `options`, but is meant exclusively