Skip to content

Commit

Permalink
😒 chore(README): Link to main branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Nov 2, 2020
1 parent accd929 commit a1018c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -18,17 +18,17 @@ import {
} from '@aureooms/js-error' ;
```

[![License](https://img.shields.io/github/license/aureooms/js-error.svg)](https://raw.githubusercontent.com/aureooms/js-error/master/LICENSE)
[![License](https://img.shields.io/github/license/aureooms/js-error.svg)](https://raw.githubusercontent.com/aureooms/js-error/main/LICENSE)
[![Version](https://img.shields.io/npm/v/@aureooms/js-error.svg)](https://www.npmjs.org/package/@aureooms/js-error)
[![Build](https://img.shields.io/travis/aureooms/js-error/master.svg)](https://travis-ci.org/aureooms/js-error/branches)
[![Build](https://img.shields.io/travis/aureooms/js-error/main.svg)](https://travis-ci.org/aureooms/js-error/branches)
[![Dependencies](https://img.shields.io/david/aureooms/js-error.svg)](https://david-dm.org/aureooms/js-error)
[![Dev dependencies](https://img.shields.io/david/dev/aureooms/js-error.svg)](https://david-dm.org/aureooms/js-error?type=dev)
[![GitHub issues](https://img.shields.io/github/issues/aureooms/js-error.svg)](https://github.com/aureooms/js-error/issues)
[![Downloads](https://img.shields.io/npm/dm/@aureooms/js-error.svg)](https://www.npmjs.org/package/@aureooms/js-error)

[![Code issues](https://img.shields.io/codeclimate/issues/aureooms/js-error.svg)](https://codeclimate.com/github/aureooms/js-error/issues)
[![Code maintainability](https://img.shields.io/codeclimate/maintainability/aureooms/js-error.svg)](https://codeclimate.com/github/aureooms/js-error/trends/churn)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-error/master.svg)](https://codecov.io/gh/aureooms/js-error)
[![Code coverage (cov)](https://img.shields.io/codecov/c/gh/aureooms/js-error/main.svg)](https://codecov.io/gh/aureooms/js-error)
[![Code technical debt](https://img.shields.io/codeclimate/tech-debt/aureooms/js-error.svg)](https://codeclimate.com/github/aureooms/js-error/trends/technical_debt)
[![Documentation](http://aureooms.github.io/js-error//badge.svg)](http://aureooms.github.io/js-error//source.html)
[![Package size](https://img.shields.io/bundlephobia/minzip/@aureooms/js-error)](https://bundlephobia.com/result?p=@aureooms/js-error)

0 comments on commit a1018c5

Please sign in to comment.