From 0e2e0f133d2750c162ad321a1208a22b8255fe41 Mon Sep 17 00:00:00 2001 From: Julio Xavier Date: Thu, 24 Jan 2019 10:13:07 -0200 Subject: [PATCH] fix(readme): add fallback badge for dependency status --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 657a675fc95..d10c3ab6a02 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ [![Build Status](https://travis-ci.org/webpack/webpack-cli.svg)](https://travis-ci.org/webpack/webpack-cli) [![Build2 Status](https://dev.azure.com/webpack/webpack/_apis/build/status/webpack.webpack-cli)](https://dev.azure.com/webpack/webpack/_build/latest?definitionId=4) [![Dependency Status](https://david-dm.org/webpack/webpack-cli.svg)](https://david-dm.org/webpack/webpack-cli) +[![deps][deps]][deps-url] [![Code Climate](https://codeclimate.com/github/webpack/webpack-cli/badges/gpa.svg)](https://codeclimate.com/github/webpack/webpack-cli) [![chat on gitter](https://badges.gitter.im/webpack/webpack.svg)](https://gitter.im/webpack/webpack) [![Install Size](https://packagephobia.now.sh/badge?p=webpack-cli)](https://packagephobia.now.sh/result?p=webpack-cli) @@ -70,3 +71,5 @@ You can read more about [Scaffolding](./SCAFFOLDING.md) or check out the example The webpack family welcomes any contributor, small or big. We are happy to elaborate, guide you through the source code and find issues you might want to work on! To get started have a look at our [documentation on contributing](CONTRIBUTING.md). +[deps]: https://img.shields.io/david/webpack/webpack.svg +[deps-url]: https://david-dm.org/webpack/webpack-cli \ No newline at end of file