Skip to content

Commit

Permalink
add aws4 as regular dependency
Browse files Browse the repository at this point in the history
It was moved in request#2036 as a devDependency, but is still used in
request.js

This should fix request#2040.
  • Loading branch information
rmg committed Jan 27, 2016
1 parent 8961320 commit 08f9b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 08f9b98

Please sign in to comment.