Skip to content

Commit

Permalink
Update dependencies to enable Greenkeeper 🌴 (#172)
Browse files Browse the repository at this point in the history
* chore(package): update dependencies

* docs(readme): add Greenkeeper badge
  • Loading branch information
greenkeeper[bot] authored and espy committed May 22, 2018
1 parent 99b635a commit 6b6eb61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Build Status](https://travis-ci.org/hoodiehq/hoodie-account-client.svg?branch=master)](https://travis-ci.org/hoodiehq/hoodie-account-client)
[![Coverage Status](https://coveralls.io/repos/hoodiehq/hoodie-account-client/badge.svg?branch=master)](https://coveralls.io/github/hoodiehq/hoodie-account-client?branch=master)
[![Dependency Status](https://david-dm.org/hoodiehq/hoodie-account-client.svg)](https://david-dm.org/hoodiehq/hoodie-account-client)
[![devDependency Status](https://david-dm.org/hoodiehq/hoodie-account-client/dev-status.svg)](https://david-dm.org/hoodiehq/hoodie-account-client#info=devDependencies)
[![devDependency Status](https://david-dm.org/hoodiehq/hoodie-account-client/dev-status.svg)](https://david-dm.org/hoodiehq/hoodie-account-client#info=devDependencies) [![Greenkeeper badge](https://badges.greenkeeper.io/hoodiehq/hoodie-account-client.svg)](https://greenkeeper.io/)

`hoodie-account-client` is a JavaScript client for the [Account JSON API](http://docs.accountjsonapi.apiary.io).
It persists session information in localStorage (or your own store API) and
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"nock": "^9.0.0",
"npm-run-all": "^4.0.0",
"rimraf": "^2.4.3",
"semantic-release": "^12.2.2",
"semantic-release": "^15.5.0",
"simple-mock": "^0.8.0",
"standard": "^11.0.0",
"tap-min": "^1.0.0",
Expand Down

0 comments on commit 6b6eb61

Please sign in to comment.