From e50ee7502b7adf52a498be1cf772b73a0a893c01 Mon Sep 17 00:00:00 2001 From: Nuno Rafael Rocha Date: Sat, 19 Aug 2017 17:50:47 +0100 Subject: [PATCH] Add npm and node shields This adds the npm and node shields to README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4b40190..8010fb0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # GitHub Labels +[![npm](https://img.shields.io/npm/v/ghlabels.svg?style=flat-square)](https://npmjs.org/package/ghlabels) +![node](https://img.shields.io/node/v/ghlabels.svg?style=flat-square) [![Build Status](https://img.shields.io/travis/seegno/github-labels/master.svg?style=flat-square)](https://travis-ci.org/seegno/github-labels) [![Coverage Status](https://img.shields.io/coveralls/seegno/github-labels/master.svg?style=flat-square)](https://coveralls.io/github/seegno/github-labels?branch=master)