Skip to content

Commit

Permalink
Merge pull request #689 from elorzafe/master
Browse files Browse the repository at this point in the history
Updating dependencies with @types/paho-mqtt and @types/zen-observable
  • Loading branch information
mlabieniec committed Apr 19, 2018
2 parents 356dca6 + 825b7fb commit bc05fbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.3.0",
"version": "0.3.1",
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
Expand Down Expand Up @@ -33,8 +33,6 @@
"@types/graphql": "^0.13.0",
"@types/jest": "^20.0.8",
"@types/node": "^8.0.24",
"@types/paho-mqtt": "^1.0.3",
"@types/zen-observable": "^0.5.3",
"awesome-typescript-loader": "^3.2.2",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
Expand All @@ -58,6 +56,8 @@
"webpack": "^3.5.5"
},
"dependencies": {
"@types/paho-mqtt": "^1.0.3",
"@types/zen-observable": "^0.5.3",
"amazon-cognito-auth-js": "^1.1.9",
"amazon-cognito-identity-js": "^2.0.0",
"aws-sdk": "2.198.0",
Expand Down

0 comments on commit bc05fbe

Please sign in to comment.