From 0feefe9cefc9c6babb67768dc7e2be9885d9a0ae Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Sat, 27 May 2017 21:07:32 +0200 Subject: [PATCH] =?UTF-8?q?Add=20Greenkeeper=20badge=20=F0=9F=8C=B4=20(#34?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs(readme): add Greenkeeper badge * docs(readme): Update badge position --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 93b0277..26584fd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # 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) @@ -6,6 +7,7 @@ Create easily configurable [sinon](https://github.com/sinonjs/sinon) stubs that [![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