From 40be41f421e7a7f27fa735b6481995b6e2a3c8f0 Mon Sep 17 00:00:00 2001 From: Jason Kurian Date: Tue, 2 Aug 2016 18:08:55 -0400 Subject: [PATCH] Badges (#19) * Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4eb8dab..77e6616 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# Stylelint Plugin for webpack +# Stylelint Plugin for Webpack +[![npm version](https://badge.fury.io/js/stylelint-webpack-plugin.svg)](https://badge.fury.io/js/stylelint-webpack-plugin) +[![Build Status](https://travis-ci.org/vieron/stylelint-webpack-plugin.svg?branch=master)](https://travis-ci.org/vieron/stylelint-webpack-plugin) +[![Coverage Status](https://coveralls.io/repos/github/vieron/stylelint-webpack-plugin/badge.svg?branch=master)](https://coveralls.io/github/vieron/stylelint-webpack-plugin?branch=master) +[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo) ### Why you might want to use this plugin instead of [stylelint-loader](https://github.com/adrianhall/stylelint-loader)