Skip to content

Commit

Permalink
Merge pull request #150 from mlabieniec/master
Browse files Browse the repository at this point in the history
Fix aws-sdk version
  • Loading branch information
mlabieniec authored Jan 11, 2018
2 parents 75be751 + 13b56e6 commit 52aa6d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/aws-amplify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-amplify",
"version": "0.1.33",
"version": "0.1.34",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "./lib/index.js",
"scripts": {
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"amazon-cognito-identity-js": "^1.19.0",
"aws-sdk": "^2.101.0",
"aws-sdk": "2.177.0",
"axios": "^0.17.0",
"querystring-browser": "^1.0.4"
},
Expand Down

0 comments on commit 52aa6d9

Please sign in to comment.