From 47a3fb6edbb78e49a16c000d40e4e04e702d0af7 Mon Sep 17 00:00:00 2001 From: SSMP Date: Thu, 6 Oct 2016 17:42:25 -0700 Subject: [PATCH] event-pubsub patch --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cb2862d..47a3b19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-ipc", - "version": "6.0.2", + "version": "6.0.3", "description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.", "main": "node-ipc.js", "directories": { @@ -11,7 +11,7 @@ }, "dependencies": { "colors": "*", - "event-pubsub": "*", + "event-pubsub": "2.2.0", "js-message": "*", "js-queue": "^0.1.2", "node-cmd": "*"