From 65bf27fafa239f1dadbc927a63ea7435f20c7e99 Mon Sep 17 00:00:00 2001 From: Abdul Rauf Date: Thu, 14 Mar 2019 23:31:10 +0500 Subject: [PATCH] docs: add lerna badge in README (#786) **What kind of change does this PR introduce?** docs/readme change **Did you add tests for your changes?** Not required **If relevant, did you update the documentation?** **Summary** webpack-cli is using [lerna](https://lernajs.io/) that's why I think we should add lerna badge. **Does this PR introduce a breaking change?** No **Other information** --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b4820bf5cc1..3f25b9208ac 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ [![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) [![npm](https://img.shields.io/npm/dw/webpack-cli.svg)](https://www.npmjs.com/package/webpack-cli) +[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lernajs.io/) * [About](#about)