Skip to content

Commit

Permalink
chore: add Greenkeeper badge and config 🌴 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] authored and brandondoran committed Nov 4, 2018
1 parent 225dc2e commit 2c21da1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
@@ -1,5 +1,7 @@
# Stats reporting plugin for webpack

[![Greenkeeper badge](https://badges.greenkeeper.io/brandondoran/stats-reporter-webpack-plugin.svg)](https://greenkeeper.io/)

Send the stats of a build to a reporting service. Currently DataDog is the only reporter implemented.

## Installation
Expand Down
10 changes: 10 additions & 0 deletions greenkeeper.json
@@ -0,0 +1,10 @@
{
"groups": {
"default": {
"packages": [
"examples/react/package.json",
"package.json"
]
}
}
}

0 comments on commit 2c21da1

Please sign in to comment.