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.id = 'hello';
|
||||||
ipc.config.maxRetries = 10;
|
ipc.config.retry = 1000;
|
||||||
ipc.config.retry = 100;
|
|
||||||
|
|
||||||
ipc.connectTo(
|
ipc.connectTo(
|
||||||
'world',
|
'world',
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "node-ipc",
|
"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.",
|
"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": {
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
"memory"
|
"memory"
|
||||||
],
|
],
|
||||||
"author": "Brandon Nozaki Miller",
|
"author": "Brandon Nozaki Miller",
|
||||||
"license": "Unlicenced",
|
"license": "DBAD",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/RIAEvangelist/node-ipc.git"
|
"url": "https://github.com/RIAEvangelist/node-ipc.git"
|
||||||
|
|
Loading…
Reference in a new issue