Skip to content

Commit

Permalink
Merge pull request #2041 from rmg/fix-aws4-dep
Browse files Browse the repository at this point in the history
restore aws4 as regular dependency
  • Loading branch information
mikeal committed Jan 27, 2016
2 parents 8961320 + 08f9b98 commit c54be10
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 c54be10

Please sign in to comment.