Skip to content

Commit

Permalink
Merge pull request #8 from davesag/develop
Browse files Browse the repository at this point in the history
[Release, 1.0.2] Updated Node and Dependencies
  • Loading branch information
davesag authored Jun 4, 2018
2 parents 2b18145 + 8aeded8 commit 9143480
Show file tree
Hide file tree
Showing 9 changed files with 1,434 additions and 3,829 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:9.11.1
- image: circleci/node:10
environment:
- NODE_ENV: test

Expand Down
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
coverage
node_modules
.*
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ A simple Pub Sub system that uses AMQP Messaging to exchange data between servic
* `develop`[![CircleCI](https://circleci.com/gh/davesag/amqp-simple-pub-sub/tree/develop.svg?style=svg)](https://circleci.com/gh/davesag/amqp-simple-pub-sub/tree/develop) [![codecov](https://codecov.io/gh/davesag/amqp-simple-pub-sub/branch/develop/graph/badge.svg)](https://codecov.io/gh/davesag/amqp-simple-pub-sub)
* `master`[![CircleCI](https://circleci.com/gh/davesag/amqp-simple-pub-sub/tree/master.svg?style=svg)](https://circleci.com/gh/davesag/amqp-simple-pub-sub/tree/master) [![codecov](https://codecov.io/gh/davesag/amqp-simple-pub-sub/branch/master/graph/badge.svg)](https://codecov.io/gh/davesag/amqp-simple-pub-sub)

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

## To Use

npm install amqp-simple-pub-sub
Expand Down Expand Up @@ -79,7 +81,7 @@ The full options object is as follows

### Prerequisites

* [NodeJS](htps://nodejs.org), version 9+ or better (I use [`nvm`](https://github.com/creationix/nvm) to manage Node versions — `brew install nvm`.)
* [NodeJS](htps://nodejs.org), version 10+ or better (I use [`nvm`](https://github.com/creationix/nvm) to manage Node versions — `brew install nvm`.)
* [Docker](https://www.docker.com) (Use [Docker for Mac](https://docs.docker.com/docker-for-mac/), not the homebrew version)

### Initialisation
Expand Down
Loading

0 comments on commit 9143480

Please sign in to comment.