From 15fcc2a9785dcbbfe7e292742c384745e179ffc0 Mon Sep 17 00:00:00 2001 From: Alexey Kucherenko Date: Sun, 9 Dec 2018 21:53:29 +0300 Subject: [PATCH] fix readme --- README.md | 4 ++-- index.js | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9f4cdb2..24e5ede 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # qewd-microservice-router: MicroService Routing Module for QEWD -[![Build Status](https://travis-ci.org/robtweed/qewd-microservice-router.svg?branch=master)](https://travis-ci.org/robtweed/qewd-microservice-router) [![Coverage Status](https://coveralls.io/repos/github/robtweed/qewd-microservice-router/badge.svg?branch=master)](https://coveralls.io/github/robtweed/qewd-microservice-router?branch=master) [![Dependency Status](https://gemnasium.com/badges/github.com/robtweed/qewd-microservice-router.svg)](https://gemnasium.com/github.com/robtweed/qewd-microservice-router) +[![Build Status](https://travis-ci.org/robtweed/qewd-microservice-router.svg?branch=master)](https://travis-ci.org/robtweed/qewd-microservice-router) [![Coverage Status](https://coveralls.io/repos/github/robtweed/qewd-microservice-router/badge.svg?branch=master)](https://coveralls.io/github/robtweed/qewd-microservice-router?branch=master) [![Dependency Status](https://david-dm.org/robtweed/qewd-microservice-router.svg)](https://david-dm.org/robtweed/qewd-microservice-router) [![npm version](https://img.shields.io/npm/v/qewd-microservice-router.svg)](https://www.npmjs.com/package/qewd-microservice-router) Rob Tweed 23 November 2017, M/Gateway Developments Ltd [http://www.mgateway.com](http://www.mgateway.com) @@ -27,7 +27,7 @@ Routing tables will have been set up by QEWD microservices during master process ## License ``` - Copyright (c) 2017 M/Gateway Developments Ltd, + Copyright (c) 2016-2018 M/Gateway Developments Ltd, Reigate, Surrey UK. All rights reserved. diff --git a/index.js b/index.js index c97a35f..59f3b57 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,7 @@ ---------------------------------------------------------------------------- | qewd-microservice-router: MicroService Routing Module for QEWD | | | - | Copyright (c) 2017 M/Gateway Developments Ltd, | + | Copyright (c) 2016-2018 M/Gateway Developments Ltd, | | Reigate, Surrey UK. | | All rights reserved. | | | diff --git a/package.json b/package.json index 3e901f2..2fcbdce 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "MicroService Routing Module for QEWD", "main": "index.js", "engines": { - "node": ">= 4", + "node": ">= 6", "npm": ">= 2.15" }, "scripts": {