upping event-pubsub
This commit is contained in:
parent
2deb238fd7
commit
78d6703b2a
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# http://www.appveyor.com/docs/appveyor-yml
|
||||
|
||||
# version format
|
||||
version: 8.9.{build}
|
||||
version: 8.9.2.{build}
|
||||
|
||||
# Test against these versions of Io.js and Node.js.
|
||||
environment:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "node-ipc",
|
||||
"version": "8.9.1",
|
||||
"version": "8.9.2",
|
||||
"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": "4.2.2",
|
||||
"event-pubsub": "4.2.3",
|
||||
"js-message": ">=1.0.5",
|
||||
"js-queue": ">=1.0.0",
|
||||
"node-cmd": ">=1.1.1"
|
||||
|
|
Loading…
Reference in a new issue