From 08f9b9850934924d3aa5740d2ce1519c0edaa854 Mon Sep 17 00:00:00 2001 From: Ryan Graham Date: Wed, 27 Jan 2016 10:29:29 -0800 Subject: [PATCH] add aws4 as regular dependency It was moved in #2036 as a devDependency, but is still used in request.js This should fix #2040. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index adad8203e..79e5d5d31 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "main": "index.js", "dependencies": { "aws-sign2": "~0.6.0", + "aws4": "^1.2.1", "bl": "~1.0.0", "caseless": "~0.11.0", "combined-stream": "~1.0.5", @@ -51,7 +52,6 @@ "lint": "eslint lib/ *.js tests/ && echo Lint passed." }, "devDependencies": { - "aws4": "^1.2.1", "bluebird": "^3.0.2", "browserify": "^13.0.0", "browserify-istanbul": "^0.1.5",