From 40dc61be3890a23ccbf5c6de37712949485eaa02 Mon Sep 17 00:00:00 2001 From: Gadi Cohen Date: Tue, 26 Jul 2016 08:37:05 +0300 Subject: [PATCH] update repo name, add badges --- README.md | 4 +++- package.json | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cd0724c..721e3fd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # apollo-passport-local -Local strategy using email address and hashed, bcrypted password +Local strategy using email address and hashed, bcrypted password. + +[![npm](https://img.shields.io/npm/v/apollo-passport-local.svg?maxAge=2592000)](https://www.npmjs.com/package/apollo-passport-local) [![Circle CI](https://circleci.com/gh/apollo-passport/local.svg?style=shield)](https://circleci.com/gh/apollo-passport/local) [![Coverage Status](https://coveralls.io/repos/github/apollo-passport/local/badge.svg?branch=master)](https://coveralls.io/github/apollo-passport/local?branch=master) ![MIT License](https://img.shields.io/badge/license-MIT-blue.svg) Copyright (c) 2016 by Gadi Cohen, released under the MIT license. diff --git a/package.json b/package.json index b33594e..2c365b1 100644 --- a/package.json +++ b/package.json @@ -12,10 +12,10 @@ }, "repository": { "type": "git", - "url": "https://github.com/apollo-passport/apollo-passport-local" + "url": "https://github.com/apollo-passport/local" }, "bugs": { - "url": "https://github.com/apollo-passport/apollo-passport-local/issues" + "url": "https://github.com/apollo-passport/local/issues" }, "keywords": [ "apollo",