Skip to content

Commit

Permalink
Add Greenkeeper badge 🌴 (#34)
Browse files Browse the repository at this point in the history
* docs(readme): add Greenkeeper badge
* docs(readme): Update badge position
  • Loading branch information
greenkeeper[bot] authored and lukastaegert committed May 27, 2017
1 parent 750c1e9 commit 0feefe9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# sinon-helpers

Create easily configurable [sinon](https://github.com/sinonjs/sinon) stubs that mimic constructors and keep track of their instances.

[![npm](https://img.shields.io/npm/v/sinon-helpers.svg?maxAge=3600)](https://www.npmjs.com/package/sinon-helpers)
[![codecov.io](https://img.shields.io/codecov/c/github/TNG/sinon-helpers.svg?maxAge=3600)](http://codecov.io/github/TNG/sinon-helpers)
[![JavaScript Style Guide](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?maxAge=3600)](http://standardjs.com/)
[![npm](https://img.shields.io/npm/dm/sinon-helpers.svg?maxAge=3600)](https://www.npmjs.com/package/sinon-helpers)
[![David](https://img.shields.io/david/TNG/sinon-helpers.svg?maxAge=3600)](https://david-dm.org/TNG/sinon-helpers)
[![Greenkeeper badge](https://badges.greenkeeper.io/TNG/sinon-helpers.svg)](https://greenkeeper.io/)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?maxAge=3600)](https://github.com/semantic-release/semantic-release)

## Motivation
Expand Down

0 comments on commit 0feefe9

Please sign in to comment.