From 6fdd7ba1ed63073c986ee0f1dc97723ee72172fa Mon Sep 17 00:00:00 2001 From: Brandon Nozaki Miller Date: Sun, 27 Sep 2015 04:53:08 -0700 Subject: [PATCH] prepping for windows support release --- README.md | 2 +- package.json | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b63f189..ea3fd95 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ node-ipc ================ -*a nodejs module for local and remote Inter Process Communication* for Linux, Mac and Windows. +*a nodejs module for local and remote Inter Process Communication* with full support for Linux, Mac and Windows. A great solution for **Neural Networking** in Node.JS **npm install node-ipc** diff --git a/package.json b/package.json index e325472..cc80543 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-ipc", - "version": "2.0.2", + "version": "3.0.0", "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": { @@ -24,6 +24,9 @@ "process", "communication", "unix", + "windows", + "win", + "socket", "TCP", "UDP", "domain",