Skip to content

Commit

Permalink
Add Greenkeeper badge 🌴 (#15)
Browse files Browse the repository at this point in the history
* docs(readme): add Greenkeeper badge

* move badge

* remove extra space
  • Loading branch information
greenkeeper[bot] authored and robbymurphy committed Oct 20, 2017
1 parent f0c03a4 commit 3bc6d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# redux-jive
Helpers for redux wiring

[![npm version](https://img.shields.io/npm/v/redux-jive.svg)](https://www.npmjs.com/package/redux-jive) [![Build Status](https://travis-ci.org/robbymurphy/redux-jive.svg?branch=master)](https://travis-ci.org/robbymurphy/redux-jive) [![Coverage Status](https://coveralls.io/repos/github/robbymurphy/redux-jive/badge.svg)](https://coveralls.io/github/robbymurphy/redux-jive) [![Dependency Status](https://david-dm.org/robbymurphy/redux-jive.svg)](https://david-dm.org/robbymurphy/redux-jive) [![devDependency Status](https://david-dm.org/robbymurphy/redux-jive/dev-status.svg)](https://david-dm.org/robbymurphy/redux-jive#info=devDependencies)
[![npm version](https://img.shields.io/npm/v/redux-jive.svg)](https://www.npmjs.com/package/redux-jive) [![Build Status](https://travis-ci.org/robbymurphy/redux-jive.svg?branch=master)](https://travis-ci.org/robbymurphy/redux-jive) [![Coverage Status](https://coveralls.io/repos/github/robbymurphy/redux-jive/badge.svg)](https://coveralls.io/github/robbymurphy/redux-jive) [![Greenkeeper badge](https://badges.greenkeeper.io/robbymurphy/redux-jive.svg)](https://greenkeeper.io/)

## Goal
The goal of this library is to remove the necessity for boilerplate code in redux projects. Secondarily, the library aims to group actions and reducers and more tightly couple them.
Expand Down

0 comments on commit 3bc6d3a

Please sign in to comment.