diff --git a/.npmignore b/.npmignore index 810b670..7bf3a03 100644 --- a/.npmignore +++ b/.npmignore @@ -1,2 +1,4 @@ spec -example \ No newline at end of file +example +coverage +test \ No newline at end of file diff --git a/package.json b/package.json index b913088..9e3ef36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-ipc", - "version": "10.0.0", + "version": "10.0.1", "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.js",