chore: update README.md with logo alignment and define package file inclusions

Added spacing adjustment for Brainy logo in README. Specified files to be included in package publication to streamline distribution.
This commit is contained in:
David Snelling 2025-06-11 08:58:19 -07:00
parent ef41ec07f6
commit 9b4ac287e6
2 changed files with 7 additions and 0 deletions

View file

@ -56,6 +56,12 @@
"publishConfig": {
"access": "restricted"
},
"files": [
"dist/",
"brainy.png",
"LICENSE",
"README.md"
],
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/node": "^20.4.5",