From 2109bf69c9f0b1065dbef7973ae570c20a38eb70 Mon Sep 17 00:00:00 2001 From: SSMP Date: Thu, 6 Oct 2016 17:44:57 -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 9d9c152..7268bb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-ipc", - "version": "4.1.0", + "version": "4.1.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": { @@ -8,7 +8,7 @@ }, "dependencies": { "colors": "*", - "event-pubsub": "*", + "event-pubsub": "2.2.0", "js-message": "*", "node-cmd": "*" },