Skip to content

Commit

Permalink
rename to qewd-microservice-router
Browse files Browse the repository at this point in the history
  • Loading branch information
killmenot committed Nov 27, 2017
1 parent f0857a3 commit 2bf8aab
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ewd-microservice-router: MicroService Routing Module for ewd-qoper8
# qewd-microservice-router: MicroService Routing Module for QEWD

[![Build Status](https://travis-ci.org/robtweed/ewd-microservice-router.svg?branch=master)](https://travis-ci.org/robtweed/ewd-microservice-router) [![Coverage Status](https://coveralls.io/repos/github/robtweed/ewd-microservice-router/badge.svg?branch=master)](https://coveralls.io/github/robtweed/ewd-microservice-router?branch=master) [![Dependency Status](https://gemnasium.com/badges/github.com/robtweed/ewd-microservice-router.svg)](https://gemnasium.com/github.com/robtweed/ewd-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://gemnasium.com/badges/github.com/robtweed/qewd-microservice-router.svg)](https://gemnasium.com/github.com/robtweed/qewd-microservice-router)

Rob Tweed <rtweed@mgateway.com>
23 November 2017, M/Gateway Developments Ltd [http://www.mgateway.com](http://www.mgateway.com)
Expand All @@ -12,7 +12,7 @@ Google Group for discussions, support, advice etc: [http://groups.google.co.uk/g
Thanks to Ward De Backer for assistance with bug tracking, fixing and functionality suggestions


## ewd-microservice-router
## qewd-microservice-router

MicroService Routing Module

Expand All @@ -21,7 +21,7 @@ Routing tables will have been set up by QEWD microservices during master process

## Installing

npm install ewd-microservice-router
npm install qewd-microservice-router


## License
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
----------------------------------------------------------------------------
| ewd-microservice-router: MicroService Routing Module for ewd-qoper8 |
| qewd-microservice-router: MicroService Routing Module for QEWD |
| |
| Copyright (c) 2017 M/Gateway Developments Ltd, |
| Reigate, Surrey UK. |
Expand Down
4 changes: 2 additions & 2 deletions lib/microServiceRouter.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
----------------------------------------------------------------------------
| ewd-qoper8-express: Express Integration Module for ewd-qpoper8 |
| qewd-microservice-router: Express Integration Module for QEWD |
| |
| Copyright (c) 2016-17 M/Gateway Developments Ltd, |
| Redhill, Surrey UK. |
Expand Down Expand Up @@ -35,7 +35,7 @@

'use strict';

var debug = require('debug')('ewd-microservice-router');
var debug = require('debug')('qewd-microservice-router');

function countDestinations(destination) {
var response = {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ewd-microservice-router",
"name": "qewd-microservice-router",
"version": "1.0.0",
"description": "MicroService Routing Module for ewd-qoper8",
"description": "MicroService Routing Module for QEWD",
"main": "index.js",
"engines": {
"node": ">= 4",
Expand All @@ -15,14 +15,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/robtweed/ewd-microservice-router.git"
"url": "git+https://github.com/robtweed/qewd-microservice-router.git"
},
"author": "Rob Tweed, M/Gateway Developments Ltd",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/robtweed/ewd-microservice-router/issues"
"url": "https://github.com/robtweed/qewd-microservice-router/issues"
},
"homepage": "https://github.com/robtweed/ewd-microservice-router#readme",
"homepage": "https://github.com/robtweed/qewd-microservice-router#readme",
"pre-commit": [
"lint",
"test"
Expand Down

0 comments on commit 2bf8aab

Please sign in to comment.