diff --git a/package.json b/package.json index 757e76c..38a9a82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-ipc", - "version": "1.1.7", + "version": "1.1.8", "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": { @@ -9,7 +9,7 @@ "dependencies": { "event-pubsub": "~1.0.3", "colors": "~0.6.2", - "node-cmd" : "~1.0.1" + "node-cmd": "~1.0.1" }, "devDependencies": {}, "scripts": {