From 0ded0ab8e1f82909b2e4a48f76825b9ce39778b7 Mon Sep 17 00:00:00 2001 From: Armano Date: Sat, 27 Oct 2018 21:17:07 +0200 Subject: [PATCH 1/2] Update shields in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1592d02a3..4a3bdb171 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # eslint-plugin-vue - [![NPM version](https://img.shields.io/npm/v/eslint-plugin-vue.svg?style=flat)](https://npmjs.org/package/eslint-plugin-vue) [![NPM downloads](https://img.shields.io/npm/dm/eslint-plugin-vue.svg?style=flat)](https://npmjs.org/package/eslint-plugin-vue) -[![CircleCI](https://circleci.com/gh/vuejs/eslint-plugin-vue.svg?style=svg)](https://circleci.com/gh/vuejs/eslint-plugin-vue) +[![CircleCI](https://img.shields.io/circleci/project/github/vuejs/eslint-plugin-vue/master.svg?style=flat)](https://circleci.com/gh/vuejs/eslint-plugin-vue) +[![License](https://img.shields.io/github/license/vuejs/eslint-plugin-vue.svg?style=flat)](https://github.com/vuejs/eslint-plugin-vue/blob/master/LICENSE.md) > Official ESLint plugin for Vue.js From 6f5d1cdda241d40223a0126bed834b03146782b5 Mon Sep 17 00:00:00 2001 From: Armano Date: Sat, 27 Oct 2018 21:22:09 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4a3bdb171..a0635ae62 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # eslint-plugin-vue + [![NPM version](https://img.shields.io/npm/v/eslint-plugin-vue.svg?style=flat)](https://npmjs.org/package/eslint-plugin-vue) [![NPM downloads](https://img.shields.io/npm/dm/eslint-plugin-vue.svg?style=flat)](https://npmjs.org/package/eslint-plugin-vue) [![CircleCI](https://img.shields.io/circleci/project/github/vuejs/eslint-plugin-vue/master.svg?style=flat)](https://circleci.com/gh/vuejs/eslint-plugin-vue)