Skip to content

Commit

Permalink
chore: Add Greenkeeper badge 🌴 (#23)
Browse files Browse the repository at this point in the history
* chore: add Greenkeeper config file

* docs(readme): add Greenkeeper badge

* Update README.md
  • Loading branch information
greenkeeper[bot] authored and thatkookooguy committed May 14, 2019
1 parent 72cbb1a commit e96656d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
<a href="https://coveralls.io/github/Kibibit/announce-itbranch=master">
<img src="https://coveralls.io/repos/github/Kibibit/announce-it/badge.svg?branch=master">
</a>
<a href="http://greenkeeper.io">
<img src="https://badges.greenkeeper.io/Kibibit/announce-it.svg">
</a>
<a href="https://salt.bountysource.com/teams/kibibit"><img src="https://img.shields.io/endpoint.svg?url=https://monthly-salt.now.sh/kibibit&style=flat-square"></a>
</p>
<p align="center">
Expand All @@ -25,6 +28,7 @@
<!-- GENERAL DESCRIPTION IF NEEDED -->

## How to install

Install this package as a dev dependency:
```shell
npm install --save-dev @kibibit/announce-it
Expand Down
10 changes: 10 additions & 0 deletions greenkeeper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"groups": {
"default": {
"packages": [
"examples/as-a-node-module/package.json",
"package.json"
]
}
}
}

0 comments on commit e96656d

Please sign in to comment.