From 3fee180968139f80fb75ed6dd44e57644f2ccc09 Mon Sep 17 00:00:00 2001 From: Jordi Moraleda Date: Mon, 28 Nov 2016 20:48:56 +0100 Subject: [PATCH] Metadata fix --- README.md | 2 +- package.json | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3853463..1c1c56a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Tiny ZMQ is an NodeJS package that provides simple load balanced messaging on di Install it from NPM - npm i -S tiny-paypal + npm i -S tiny-zmq **Note**: You need to have `libzmq` installed in your computer in order to install the dependencies (zmq). diff --git a/package.json b/package.json index ec814c6..471e049 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,22 @@ { "name": "tiny-zmq", - "version": "1.0.0", + "version": "1.0.1", "description": "A NodeJS package that provides simple load balanced messaging on distributed environments", "main": "index.js", "keywords": ["zmq", "messaging", "tvrbo", "ventilator", "clustering", "cluster", "load", "balancing", "broker", "worker", "client"], "author": "Jordi Moraleda ", + "repository": { + "type": "git", + "url": "git+https://github.com/TvrboPro/TinyZmq.git" + }, + "engines": { + "node": "6.9.1" + }, "license": "ISC", + "bugs": { + "url": "https://github.com/TvrboPro/TinyZmq/issues" + }, + "homepage": "https://github.com/TvrboPro/TinyZmq#readme", "dependencies": { "uuid": "^3.0.0", "zmq": "^2.15.3"