Skip to content

Commit

Permalink
doc: update badges in README.md and doc/index.md
Browse files Browse the repository at this point in the history
Travis CI and bitHound badges in `README.md` are now included directly.
NPM downloads stats badges are left with <shields.io> since there are no
official badges from NPM itself and these were generated by
<shields.io>, not included from an external service. Yet their style is
changed to match the first two ones.  NPM version badge is now included
from <badge.fury.io>.  Badges in `doc/index.md` are now synchronized
with badges in `README.md` since they weren't updated last time when
they were changed in `README.md`.

Refs: metarhia/Metarhia#3
PR-URL: #71
  • Loading branch information
aqrln authored and belochub committed Jan 22, 2018
1 parent 155de15 commit 345417a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[![TravisCI](https://img.shields.io/travis/metarhia/JSTP.svg?branch=master&style=flat-square)](https://travis-ci.org/metarhia/JSTP)
[![bitHound](https://img.shields.io/bithound/dependencies/github/metarhia/JSTP.svg?style=flat-square)](https://www.bithound.io/github/metarhia/JSTP)
[![NPM Version](https://img.shields.io/npm/v/metarhia-jstp.svg?style=flat-square)](https://www.npmjs.com/package/metarhia-jstp)
[![NPM Downloads/Month](https://img.shields.io/npm/dm/metarhia-jstp.svg?style=flat-square)](https://www.npmjs.com/package/metarhia-jstp)
[![NPM Downloads](https://img.shields.io/npm/dt/metarhia-jstp.svg?style=flat-square)](https://www.npmjs.com/package/metarhia-jstp)
[![Travis CI](https://travis-ci.org/metarhia/JSTP.svg?branch=master)](https://travis-ci.org/metarhia/JSTP)
[![bitHound Dependencies](https://www.bithound.io/github/metarhia/JSTP/badges/dependencies.svg)](https://www.bithound.io/github/metarhia/JSTP/master/dependencies/npm)
[![bitHound Score](https://www.bithound.io/github/metarhia/JSTP/badges/score.svg)](https://www.bithound.io/github/metarhia/JSTP)
[![NPM Version](https://badge.fury.io/js/metarhia-jstp.svg)](https://badge.fury.io/js/metarhia-jstp)
[![NPM Downloads/Month](https://img.shields.io/npm/dm/metarhia-jstp.svg)](https://www.npmjs.com/package/metarhia-jstp)
[![NPM Downloads](https://img.shields.io/npm/dt/metarhia-jstp.svg)](https://www.npmjs.com/package/metarhia-jstp)

# JSTP / JavaScript Transfer Protocol

Expand Down
9 changes: 6 additions & 3 deletions doc/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# JSTP / JavaScript Transfer Protocol

[![Build Status](https://travis-ci.org/metarhia/JSTP.svg?branch=master)](https://travis-ci.org/metarhia/JSTP)
[![Dependency Status](https://david-dm.org/metarhia/JSTP.svg)](https://david-dm.org/metarhia/JSTP)
[![DevDependency Status](https://david-dm.org/metarhia/JSTP/dev-status.svg)](https://david-dm.org/metarhia/JSTP)
[![Travis CI](https://travis-ci.org/metarhia/JSTP.svg?branch=master)](https://travis-ci.org/metarhia/JSTP)
[![bitHound Dependencies](https://www.bithound.io/github/metarhia/JSTP/badges/dependencies.svg)](https://www.bithound.io/github/metarhia/JSTP/master/dependencies/npm)
[![bitHound Score](https://www.bithound.io/github/metarhia/JSTP/badges/score.svg)](https://www.bithound.io/github/metarhia/JSTP)
[![NPM Version](https://badge.fury.io/js/metarhia-jstp.svg)](https://badge.fury.io/js/metarhia-jstp)
[![NPM Downloads/Month](https://img.shields.io/npm/dm/metarhia-jstp.svg)](https://www.npmjs.com/package/metarhia-jstp)
[![NPM Downloads](https://img.shields.io/npm/dt/metarhia-jstp.svg)](https://www.npmjs.com/package/metarhia-jstp)

## Installation

Expand Down

0 comments on commit 345417a

Please sign in to comment.