Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #63 from wearereasonablepeople/renan/readme-badges
Browse files Browse the repository at this point in the history
chore: Add coveralls and travis badges
  • Loading branch information
renanborgez committed Aug 17, 2018
2 parents 0c1e6c2 + 5d02dd7 commit 0b3802f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

![image](https://hmp.me/bzzr)

[![Build Status](https://travis-ci.com/wearereasonablepeople/webpacker.svg?branch=master)](https://travis-ci.com/wearereasonablepeople/webpacker)
[![Coverage Status](https://coveralls.io/repos/github/wearereasonablepeople/webpacker/badge.svg?branch=master)](https://coveralls.io/github/wearereasonablepeople/webpacker?branch=master)

# webpacker
[Webpack](https://github.com/webpack/webpack) configuration manager

Expand All @@ -13,7 +16,7 @@ Setting up webpack with a bunch of plugins and environments every time you start
# Installation

```bash
npm i [-D] webpacker
npm i --save-dev webpacker
```

# Usage
Expand Down

0 comments on commit 0b3802f

Please sign in to comment.