Skip to content

Commit 92cf69e

Browse files
committed
Set badge links to develop branch and add dependency badge
1 parent bf18c1f commit 92cf69e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# mike.cousins.io
22

33
[![Build Status][travis-shield]][travis]
4+
[![Dependency status][david-shield]][david]
45
[![devDependency status][david-dev-shield]][david-dev]
56

67
> Mike Cousins' home on the internet
@@ -70,6 +71,8 @@ Cut a new version and push to GitHub to tell the CI server to build and deploy H
7071
- [xtend](https://github.com/Raynos/xtend): extend like a boss
7172

7273
[travis]: https://travis-ci.org/mcous/mcous.github.io
73-
[david-dev]: https://david-dm.org/mcous/mcous.github.io/master?type=dev
74-
[travis-shield]: https://img.shields.io/travis/mcous/mcous.github.io/master.svg?style=flat-square&maxAge=3600
75-
[david-dev-shield]: https://img.shields.io/david/dev/mcous/mcous.github.io/master.svg?style=flat-square&maxAge=3600
74+
[david]: https://david-dm.org/mcous/mcous.github.io/develop
75+
[david-dev]: https://david-dm.org/mcous/mcous.github.io/develop?type=dev
76+
[travis-shield]: https://img.shields.io/travis/mcous/mcous.github.io/develop.svg?style=flat-square&maxAge=3600
77+
[david-shield]: https://img.shields.io/david/mcous/mcous.github.io/develop.svg?style=flat-square&maxAge=3600
78+
[david-dev-shield]: https://img.shields.io/david/dev/mcous/mcous.github.io/develop.svg?style=flat-square&maxAge=3600

0 commit comments

Comments
 (0)