Skip to content

Commit

Permalink
update repo name, add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Jul 26, 2016
1 parent ed3b088 commit 40dc61b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 40dc61b

Please sign in to comment.