Skip to content

Commit 0e3753b

Browse files
julioxavierrevenstensberg
authored andcommitted
fix(readme): add fallback badge for dependency status
1 parent c61fe92 commit 0e3753b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
[![Build Status](https://travis-ci.org/webpack/webpack-cli.svg)](https://travis-ci.org/webpack/webpack-cli)
1313
[![Build2 Status](https://dev.azure.com/webpack/webpack/_apis/build/status/webpack.webpack-cli)](https://dev.azure.com/webpack/webpack/_build/latest?definitionId=4)
1414
[![Dependency Status](https://david-dm.org/webpack/webpack-cli.svg)](https://david-dm.org/webpack/webpack-cli)
15+
[![deps][deps]][deps-url]
1516
[![Code Climate](https://codeclimate.com/github/webpack/webpack-cli/badges/gpa.svg)](https://codeclimate.com/github/webpack/webpack-cli)
1617
[![chat on gitter](https://badges.gitter.im/webpack/webpack.svg)](https://gitter.im/webpack/webpack)
1718
[![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
7071

7172
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).
7273

74+
[deps]: https://img.shields.io/david/webpack/webpack.svg
75+
[deps-url]: https://david-dm.org/webpack/webpack-cli

0 commit comments

Comments
 (0)