prepping for v1.1.8
This commit is contained in:
parent
788c47c528
commit
c9eb6aaf44
1 changed files with 2 additions and 2 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue