reducing NPM package size by excluding more dirs
This commit is contained in:
parent
5d0a1ba10a
commit
778bdee973
2 changed files with 4 additions and 2 deletions
|
@ -1,2 +1,4 @@
|
||||||
spec
|
spec
|
||||||
example
|
example
|
||||||
|
coverage
|
||||||
|
test
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "node-ipc",
|
"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.",
|
"description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "node-ipc.js",
|
"main": "node-ipc.js",
|
||||||
|
|
Loading…
Reference in a new issue