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