event-pubsub patch
This commit is contained in:
parent
12ea8bfed7
commit
47a3fb6edb
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "node-ipc",
|
"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.",
|
"description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",
|
||||||
"main": "node-ipc.js",
|
"main": "node-ipc.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"colors": "*",
|
"colors": "*",
|
||||||
"event-pubsub": "*",
|
"event-pubsub": "2.2.0",
|
||||||
"js-message": "*",
|
"js-message": "*",
|
||||||
"js-queue": "^0.1.2",
|
"js-queue": "^0.1.2",
|
||||||
"node-cmd": "*"
|
"node-cmd": "*"
|
||||||
|
|
Loading…
Reference in a new issue