Skip to content

Commit

Permalink
Remove maxAge from shields.io badges
Browse files Browse the repository at this point in the history
  • Loading branch information
harshjv committed Oct 15, 2016
1 parent c5e1f97 commit 180e605
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<a href="https://travis-ci.org/harshjv/donut"><img src="https://travis-ci.org/harshjv/donut.svg?branch=master" alt="Build Status"></a>
<a href="https://ci.appveyor.com/project/harshjv/donut"><img src="https://ci.appveyor.com/api/projects/status/f5ldn38ocfgvv1xk?svg=true" alt="Build status"></a>
<a href="http://standardjs.com/"><img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg" alt="Standard - JavaScript Style Guide"></a>
<a href="https://github.com/harshjv/donut/releases"><img src="https://img.shields.io/github/downloads/harshjv/donut/total.svg?maxAge=2592000" alt="Github All Releases"></a>
<a href="https://github.com/harshjv/donut/releases"><img src="https://img.shields.io/github/downloads/harshjv/donut/total.svg" alt="Github All Releases"></a>
<a href="https://github.com/harshjv/donut/blob/master/src/package.json"><img src="https://david-dm.org/harshjv/donut.svg?path=/src" alt="David"></a>
<a href="https://github.com/harshjv/donut/blob/master/package.json"><img src="https://img.shields.io/david/dev/harshjv/donut.svg?maxAge=2592000" alt="David"></a>
<a href="https://github.com/harshjv/donut/blob/master/LICENSE"><img src="https://img.shields.io/github/license/harshjv/donut.svg?maxAge=2592000" alt="license"></a>
<a href="https://github.com/harshjv/donut/blob/master/package.json"><img src="https://img.shields.io/david/dev/harshjv/donut.svg" alt="David"></a>
<a href="https://github.com/harshjv/donut/blob/master/LICENSE"><img src="https://img.shields.io/github/license/harshjv/donut.svg" alt="license"></a>
</p>


Expand Down

0 comments on commit 180e605

Please sign in to comment.