From f837768ebcc51031b74e96f60a3471320edadc49 Mon Sep 17 00:00:00 2001 From: David Dias Date: Mon, 11 Apr 2016 00:40:39 +0100 Subject: [PATCH] add cov badge --- README.md | 8 +++++--- package.json | 5 ++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b4e95fe5..d31ef57b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -js-ipfs-repo -============ +IPFS Repo JavaScript Implementation +=================================== > Implementation of the IPFS repo spec (https://github.com/ipfs/specs/tree/master/repo) in JavaScript @@ -8,7 +8,9 @@ js-ipfs-repo [![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) [![Build Status](https://travis-ci.org/ipfs/js-ipfs-repo.svg)](https://travis-ci.org/ipfs/js-ipfs-repo) ![](https://img.shields.io/badge/coverage-90%25-yellow.svg?style=flat-square) [![Dependency Status](https://david-dm.org/diasdavid/js-peer-id.svg?style=flat-square)](https://david-dm.org/ipfs/js-ipfs-repo) -[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard) [![dignified.js](https://img.shields.io/badge/uses-dignified.js-blue.svg?style=flat-square)](https://github.com/dignifiedquire/dignified.js) +[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard) +![](https://img.shields.io/badge/coverage-90%25-yellow.svg?style=flat-square) +[![dignified.js](https://img.shields.io/badge/uses-dignified.js-blue.svg?style=flat-square)](https://github.com/dignifiedquire/dignified.js) ## Description diff --git a/package.json b/package.json index 893e085f..e5175e8a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,10 @@ "build": "dignified-build", "coverage": "dignified-coverage", "lint": "dignified-lint", - "release": "dignified-release" + "release": "dignified-release", + "release-minor": "dignified-release --minor", + "release-major": "dignified-release --major" + }, "repository": { "type": "git",