Skip to content

Commit

Permalink
Added npm and dependencies badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjwest committed Aug 5, 2015
1 parent bd9fbdd commit 76d1fa6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Added build status to README
- Changed gulp tasks to run in sequence
- Added lcov report for CircleCI
- Added npm and dependencies badges to README

# 0.2.0

Expand Down
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# serialise-js

[![build status](https://circleci.com/gh/peterjwest/serialise-js.svg?&style=shield&circle-token=975d524a7ce4f4e387faa7756e3366498139ad95)](https://circleci.com/gh/peterjwest/serialise-js) [![Coverage Status](https://coveralls.io/repos/peterjwest/serialise-js/badge.svg?branch=master&service=github)](https://coveralls.io/github/peterjwest/serialise-js?branch=master)
[![npm version][npm-badge]][npm-url] [![build status][circle-badge]][circle-url] [![coverage status][coverage-badge]][coverage-url] [![dependencies status][dependencies-badge]][dependencies-url]

### An extensible library for serialising JavaScript data

Expand Down Expand Up @@ -105,3 +105,15 @@ Which outputs:
```

This could be neater, still, but you get the idea.

[npm-badge]: https://badge.fury.io/js/serialise-js.svg
[npm-url]: https://www.npmjs.com/package/serialise-js

[circle-badge]: https://circleci.com/gh/peterjwest/serialise-js.svg?&style=shield&circle-token=975d524a7ce4f4e387faa7756e3366498139ad95
[circle-url]: https://circleci.com/gh/peterjwest/serialise-js

[coverage-badge]: https://coveralls.io/repos/peterjwest/serialise-js/badge.svg?branch=master&service=github
[coverage-url]: https://coveralls.io/github/peterjwest/serialise-js?branch=master

[dependencies-badge]: https://david-dm.org/peterjwest/serialise-js.svg
[dependencies-url]: https://david-dm.org/peterjwest/serialise-js

0 comments on commit 76d1fa6

Please sign in to comment.