Skip to content

Commit 28a009e

Browse files
😒 chore: Upgrade README badges.
1 parent 4ff87be commit 28a009e

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,20 @@ for ( let certificate of sat.solve( instance ) ) {
2626
}
2727
```
2828

29-
[![License](https://img.shields.io/github/license/aureooms/js-sat.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-sat/master/LICENSE)
30-
[![NPM version](https://img.shields.io/npm/v/@aureooms/js-sat.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-sat)
31-
[![Build Status](https://img.shields.io/travis/aureooms/js-sat.svg?style=flat)](https://travis-ci.org/aureooms/js-sat)
32-
[![Coverage Status](https://img.shields.io/coveralls/aureooms/js-sat.svg?style=flat)](https://coveralls.io/r/aureooms/js-sat)
33-
[![Dependencies Status](https://img.shields.io/david/aureooms/js-sat.svg?style=flat)](https://david-dm.org/aureooms/js-sat#info=dependencies)
34-
[![devDependencies Status](https://img.shields.io/david/dev/aureooms/js-sat.svg?style=flat)](https://david-dm.org/aureooms/js-sat#info=devDependencies)
35-
[![Code Climate](https://img.shields.io/codeclimate/github/aureooms/js-sat.svg?style=flat)](https://codeclimate.com/github/aureooms/js-sat)
36-
[![NPM downloads per month](https://img.shields.io/npm/dm/@aureooms/js-sat.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-sat)
37-
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-sat.svg?style=flat)](https://github.com/aureooms/js-sat/issues)
29+
[![License](https://img.shields.io/github/license/aureooms/js-sat.git.svg)](https://raw.githubusercontent.com/aureooms/js-sat.git/master/LICENSE)
30+
[![Version](https://img.shields.io/npm/v/@aureooms/js-sat.svg)](https://www.npmjs.org/package/@aureooms/js-sat)
31+
[![Build](https://img.shields.io/travis/aureooms/js-sat.git/master.svg)](https://travis-ci.org/aureooms/js-sat.git/branches)
32+
[![Dependencies](https://img.shields.io/david/aureooms/js-sat.git.svg)](https://david-dm.org/aureooms/js-sat.git)
33+
[![Dev dependencies](https://img.shields.io/david/dev/aureooms/js-sat.git.svg)](https://david-dm.org/aureooms/js-sat.git?type=dev)
34+
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-sat.git.svg)](https://github.com/aureooms/js-sat.git/issues)
35+
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-sat.svg)](https://www.npmjs.org/package/@aureooms/js-sat)
36+
37+
[![Code issues](https://img.shields.io/codeclimate/issues/aureooms/js-sat.git.svg)](https://codeclimate.com/github/aureooms/js-sat.git/issues)
38+
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-sat.git.svg)](https://codeclimate.com/github/aureooms/js-sat.git/trends/churn)
39+
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-sat.git/master.svg)](https://codecov.io/gh/aureooms/js-sat.git)
40+
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-sat.git.svg)](https://codeclimate.com/github/aureooms/js-sat.git/trends/technical_debt)
3841
[![Documentation](https://aureooms.github.io/js-sat/badge.svg)](https://aureooms.github.io/js-sat/source.html)
42+
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-sat)](https://bundlephobia.com/result?p=@aureooms/js-sat)
3943

4044
## Reference
4145

0 commit comments

Comments
 (0)