prepping for v1.1.8

This commit is contained in:
Brandon Nozaki Miller 2014-09-04 22:30:25 -07:00
parent 788c47c528
commit c9eb6aaf44

View file

@ -1,6 +1,6 @@
{ {
"name": "node-ipc", "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.", "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": {
@ -9,7 +9,7 @@
"dependencies": { "dependencies": {
"event-pubsub": "~1.0.3", "event-pubsub": "~1.0.3",
"colors": "~0.6.2", "colors": "~0.6.2",
"node-cmd" : "~1.0.1" "node-cmd": "~1.0.1"
}, },
"devDependencies": {}, "devDependencies": {},
"scripts": { "scripts": {