Skip to content

Commit

Permalink
docs: add lerna badge in README (#786)
Browse files Browse the repository at this point in the history
<!-- Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. -->

**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**
  • Loading branch information
armujahid authored and ematipico committed Mar 14, 2019
1 parent 6aec4c3 commit 65bf27f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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)
Expand Down

0 comments on commit 65bf27f

Please sign in to comment.