Skip to content

Commit 9143480

Browse files
authored
Merge pull request #8 from davesag/develop
[Release, 1.0.2] Updated Node and Dependencies
2 parents 2b18145 + 8aeded8 commit 9143480

File tree

9 files changed

+1434
-3829
lines changed

9 files changed

+1434
-3829
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: 2
77
jobs:
88
build:
99
docker:
10-
- image: circleci/node:9.11.1
10+
- image: circleci/node:10
1111
environment:
1212
- NODE_ENV: test
1313

.prettierignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
coverage
2+
node_modules
3+
.*

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ A simple Pub Sub system that uses AMQP Messaging to exchange data between servic
77
* `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)
88
* `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)
99

10+
[![NPM](https://nodei.co/npm/amqp-simple-pub-sub.png)](https://nodei.co/npm/amqp-simple-pub-sub/)
11+
1012
## To Use
1113

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

8082
### Prerequisites
8183

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

8587
### Initialisation

0 commit comments

Comments
 (0)