diff --git a/README.md b/README.md index ac30935..9391380 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # React Serverless Authentication Components Example [![Build Status](https://travis-ci.org/stanchino/react-serverless-auth-example.svg?branch=master)](https://travis-ci.org/stanchino/react-serverless-auth-example) [![Coverage Status](https://coveralls.io/repos/github/stanchino/react-serverless-auth-example/badge.svg?branch=master)](https://coveralls.io/github/stanchino/react-serverless-auth-example?branch=master) +[![dependencies Status](https://david-dm.org/stanchino/react-serverless-auth-example/status.svg)](https://david-dm.org/stanchino/react-serverless-auth-example) [![Maintainability](https://api.codeclimate.com/v1/badges/3fccf3737e4e89a875e0/maintainability)](https://codeclimate.com/github/stanchino/react-serverless-auth-example/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/3fccf3737e4e89a875e0/test_coverage)](https://codeclimate.com/github/stanchino/react-serverless-auth-example/test_coverage) diff --git a/package.json b/package.json index 3f66995..5d93d38 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "react-router-dom": "^4.2.2", "react-router-redux": "next", "react-scripts": "^1.1.0", - "react-serverless-auth": "https://github.com/stanchino/react-serverless-auth.git#development", + "react-serverless-auth": "^1.5.0", "redux": "^3.7.2", "redux-saga": "^0.16.0" }, diff --git a/yarn.lock b/yarn.lock index 04a470e..55e3d60 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5713,9 +5713,9 @@ react-scripts@^1.1.0: optionalDependencies: fsevents "^1.1.3" -"react-serverless-auth@https://github.com/stanchino/react-serverless-auth.git#development": - version "0.0.0-development" - resolved "https://github.com/stanchino/react-serverless-auth.git#c63e58e3880f0adab5f399ea9dcb1f353e7e4526" +react-serverless-auth@^1.5.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/react-serverless-auth/-/react-serverless-auth-1.5.0.tgz#ded9027501d0422fe95a8fcd4aa17e9001ffd5cd" dependencies: amazon-cognito-identity-js "^1.31.0" aws-sdk "^2.188.0"