reducing NPM package size by excluding more dirs

This commit is contained in:
Brandon 2021-07-04 00:24:11 -07:00
parent 5d0a1ba10a
commit 778bdee973
2 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1,4 @@
spec
example
example
coverage
test

View File

@ -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",