Skip to content

Commit f837768

Browse files
committed
add cov badge
1 parent 495a9b9 commit f837768

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
js-ipfs-repo
2-
============
1+
IPFS Repo JavaScript Implementation
2+
===================================
33

44
> Implementation of the IPFS repo spec (https://github.com/ipfs/specs/tree/master/repo) in JavaScript
55
@@ -8,7 +8,9 @@ js-ipfs-repo
88
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
99
[![Build Status](https://travis-ci.org/ipfs/js-ipfs-repo.svg)](https://travis-ci.org/ipfs/js-ipfs-repo)
1010
![](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)
11-
[![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)
11+
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)
12+
![](https://img.shields.io/badge/coverage-90%25-yellow.svg?style=flat-square)
13+
[![dignified.js](https://img.shields.io/badge/uses-dignified.js-blue.svg?style=flat-square)](https://github.com/dignifiedquire/dignified.js)
1214

1315
## Description
1416

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
"build": "dignified-build",
1111
"coverage": "dignified-coverage",
1212
"lint": "dignified-lint",
13-
"release": "dignified-release"
13+
"release": "dignified-release",
14+
"release-minor": "dignified-release --minor",
15+
"release-major": "dignified-release --major"
16+
1417
},
1518
"repository": {
1619
"type": "git",

0 commit comments

Comments
 (0)