From 016a1e92d9697f602c531731be5b0118e1d568c2 Mon Sep 17 00:00:00 2001 From: SimonLab Date: Mon, 24 Oct 2016 14:08:52 +0100 Subject: [PATCH] add dependencies badge, #256 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8d5017a..0682998 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # goodparts [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/dwyl/good-parts/issues) [![Travis](https://img.shields.io/travis/dwyl/goodparts.svg?maxAge=2592000)](https://travis-ci.org/dwyl/goodparts) +[![dependencies Status](https://david-dm.org/dwyl/goodparts/status.svg)](https://david-dm.org/dwyl/goodparts) +[![devDependencies Status](https://david-dm.org/dwyl/goodparts/dev-status.svg)](https://david-dm.org/dwyl/goodparts?type=dev) An ESLint Style that _only_ allows JavaScript the ***Good Parts*** (*and "Better Parts"*) in your code you can sleep at night.