Skip to content

Commit

Permalink
Remove logo from package
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Nov 2, 2024
1 parent 5d93f95 commit 97aa764
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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="logo.svg" alt="Description" width="50">
<img src="https://cdn.jsdelivr.net/gh/galaxyproject/galaxy-charts/public/galaxy-charts.svg" alt="Description" width="50">
<h3>Welcome to Galaxy Charts!</h3>
</div>

Expand Down
5 changes: 2 additions & 3 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.12",
"version": "0.0.13",
"type": "module",
"main": "./dist/galaxy-charts.umd.cjs",
"module": "./dist/galaxy-charts.js",
Expand All @@ -19,8 +19,7 @@
"files": [
"dist/galaxy-charts.css",
"dist/galaxy-charts.js",
"dist/galaxy-charts.umd.cjs",
"logo.svg"
"dist/galaxy-charts.umd.cjs"
],
"scripts": {
"dev": "vite build && vite",
Expand Down
File renamed without changes

0 comments on commit 97aa764

Please sign in to comment.