Skip to content

Commit

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

https://greenkeeper.io/

* docs(readme): add Greenkeeper badge 

https://greenkeeper.io/
  • Loading branch information
greenkeeper[bot] authored and daffl committed Apr 13, 2017
1 parent 521376e commit f6c0dd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -78,7 +78,7 @@
"q": "^1.4.1",
"request": "^2.x",
"rimraf": "^2.5.4",
"semistandard": "^9.2.1",
"semistandard": "^10.0.0",
"socket.io-client": "^1.7.2"
},
"browser": {
Expand Down
2 changes: 2 additions & 0 deletions readme.md
Expand Up @@ -2,6 +2,8 @@

## An open source REST and realtime API layer for modern applications.

[![Greenkeeper badge](https://badges.greenkeeper.io/feathersjs/feathers.svg)](https://greenkeeper.io/)

[![Build Status](https://travis-ci.org/feathersjs/feathers.png?branch=master)](https://travis-ci.org/feathersjs/feathers)
[![Code Climate](https://codeclimate.com/github/feathersjs/feathers.png)](https://codeclimate.com/github/feathersjs/feathers)
[![Test Coverage](https://codeclimate.com/github/feathersjs/feathers/badges/coverage.svg)](https://codeclimate.com/github/feathersjs/feathers/coverage)
Expand Down

0 comments on commit f6c0dd5

Please sign in to comment.