Skip to content

Commit

Permalink
Update package.json version and add repository URL
Browse files Browse the repository at this point in the history
  • Loading branch information
bherbruck committed Nov 29, 2023
1 parent 4f3a9bf commit b4ca6b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "svelte-echarts",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bherbruck/svelte-echarts"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down

0 comments on commit b4ca6b9

Please sign in to comment.