Skip to content

Commit

Permalink
Fix logo handling
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Nov 2, 2024
1 parent e997771 commit 5d93f95
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img src="public/galaxy-charts.svg" alt="Description" width="50">
<img src="logo.svg" alt="Description" width="50">
<h3>Welcome to Galaxy Charts!</h3>
</div>

Expand Down
File renamed without changes
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"charts"
],
"license": "MIT",
"version": "0.0.11",
"version": "0.0.12",
"type": "module",
"main": "./dist/galaxy-charts.umd.cjs",
"module": "./dist/galaxy-charts.js",
Expand All @@ -17,8 +17,10 @@
}
},
"files": [
"dist/galaxy-charts.css",
"dist/galaxy-charts.js",
"dist/galaxy-charts.umd.cjs"
"dist/galaxy-charts.umd.cjs",
"logo.svg"
],
"scripts": {
"dev": "vite build && vite",
Expand Down

0 comments on commit 5d93f95

Please sign in to comment.