Merge pull request #102 from RIAEvangelist/v8.x

V8.9.2
This commit is contained in:
Brandon Nozaki Miller 2016-10-06 16:35:10 -07:00 committed by GitHub
commit e7739111fc
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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"