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": "*"