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