From c57268c2a054089be0fa3581b7dbba6b54d26a27 Mon Sep 17 00:00:00 2001 From: Brandon Nozaki Miller Date: Wed, 2 Dec 2015 10:24:38 -0800 Subject: [PATCH] prepping for version release --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0f315b3..e069f29 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,16 @@ { "name": "node-ipc", - "version": "3.0.0", + "version": "4.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": { "example": "example" }, "dependencies": { - "colors": "^1.1.2", - "event-pubsub": "^1.0.3", - "js-message": "^1.0.5", - "node-cmd": "^1.0.1" + "colors": "*", + "event-pubsub": "*", + "js-message": "*", + "node-cmd": "*" }, "devDependencies": {}, "scripts": {