rev for publish

This commit is contained in:
RIAEvangelist 2022-03-07 18:17:55 -08:00
parent 1c6f354690
commit 1323b1a947
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@ import IPC from './services/IPC.js';
class IPCModule extends IPC{
constructor(){
super();
}
IPC=IPC;

View File

@ -1,6 +1,6 @@
{
"name": "node-ipc",
"version": "10.1.2",
"version": "10.1.3",
"description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",
"type": "module",
"main": "node-ipc.cjs",