Compare commits

...

1 Commits
master ... v4.x

Author SHA1 Message Date
SSMP 2109bf69c9 event-pubsub patch 2016-10-06 17:44:57 -07:00
1 changed files with 2 additions and 2 deletions

View File

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