From 3004dc58ce5e986a5f8200ec96bcbc39ccde540f Mon Sep 17 00:00:00 2001 From: SSMP Date: Thu, 6 Oct 2016 17:43:38 -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 a604372..b7afe2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-ipc", - "version": "5.2.0", + "version": "5.2.1", "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": "*"