published version 1.1.4
This commit is contained in:
parent
ba84d38b44
commit
6b81bd069e
2 changed files with 3 additions and 4 deletions
|
@ -8,8 +8,7 @@ var ipc=require('../../../node-ipc');
|
|||
* *************************************/
|
||||
|
||||
ipc.config.id = 'hello';
|
||||
ipc.config.maxRetries = 10;
|
||||
ipc.config.retry = 100;
|
||||
ipc.config.retry = 1000;
|
||||
|
||||
ipc.connectTo(
|
||||
'world',
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "node-ipc",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.4",
|
||||
"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": {
|
||||
|
@ -34,7 +34,7 @@
|
|||
"memory"
|
||||
],
|
||||
"author": "Brandon Nozaki Miller",
|
||||
"license": "Unlicenced",
|
||||
"license": "DBAD",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/RIAEvangelist/node-ipc.git"
|
||||
|
|
Loading…
Reference in a new issue