node-client: Ignored unnecessary files when pack artifact

v2compatibility
Carlos Santos 2024-07-04 11:00:11 +02:00
parent 99437ddc75
commit 1f51f3e1ad
1 changed files with 6 additions and 0 deletions

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"
}