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:
parent
ef41ec07f6
commit
9b4ac287e6
2 changed files with 7 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<div align="center">
|
||||
|
||||
<img src="brainy.png" alt="Brainy Logo" width="200"/>
|
||||
<br/>
|
||||
|
||||
[](LICENSE)
|
||||
[](https://nodejs.org/)
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue