Skip to content

Commit

Permalink
Merge branch 'release/1.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
davesag committed Feb 8, 2019
2 parents 2c2a0b8 + c338580 commit ac36ac3
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 531 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ A very simplistic, but performant, remote worker system that uses AMQP to coordi
| `develop` | [![CircleCI](https://circleci.com/gh/davesag/amqp-delegate/tree/develop.svg?style=svg)](https://circleci.com/gh/davesag/amqp-delegate/tree/develop) | [![codecov](https://codecov.io/gh/davesag/amqp-delegate/branch/develop/graph/badge.svg)](https://codecov.io/gh/davesag/amqp-delegate) | Work in progress |
| `master` | [![CircleCI](https://circleci.com/gh/davesag/amqp-delegate/tree/master.svg?style=svg)](https://circleci.com/gh/davesag/amqp-delegate/tree/master) | [![codecov](https://codecov.io/gh/davesag/amqp-delegate/branch/master/graph/badge.svg)](https://codecov.io/gh/davesag/amqp-delegate) | Latest stable release |

[![NPM](https://nodei.co/npm/amqp-delegate.png)](https://nodei.co/npm/amqp-delegate/)

## See Also

* [`amqp-simple-pub-sub`](https://github.com/davesag/amqp-simple-pub-sub) — A library that simplifies use of aqmp based publishers and subscribers.

## Usage

```
npm install amqp-delegate
```
Expand Down Expand Up @@ -143,8 +151,6 @@ Runs Rabbit MQ.
* `npm run test:unit:cov` — runs the unit tests with code coverage (does not need rabbitmq)
* `npm run test:integration` — runs the integration tests (needs rabbitmq)

**note** Node 11.7+ breaks `nyc` and `mocha` — see https://github.com/nodejs/node/issues/25650

### Lint it

```
Expand Down
Loading

0 comments on commit ac36ac3

Please sign in to comment.