node-client: Ignored unnecessary files when pack artifact

This commit is contained in:
Carlos Santos 2024-07-04 11:00:11 +02:00
parent 99437ddc75
commit 1f51f3e1ad

View File

@ -24,5 +24,11 @@
"docs": "./generate-docs.sh"
},
"typings": "lib/index.d.ts",
"files": [
"lib",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"version": "3.0.0-beta1"
}