Skip to content

Commit

Permalink
chore: fix repo and docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
christianjuth committed Oct 1, 2024
1 parent f333762 commit 658c591
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/isomorphic-svg-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "isomorphic-svg-charts",
"version": "0.0.0-alpha1",
"version": "0.0.0-alpha2",
"description": "A lightweight, environment-agnostic SVG charting library that works both in the browser and server-side, with no dependencies and no DOM reliance.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand All @@ -27,9 +27,9 @@
},
"author": "Christian Juth",
"license": "MIT",
"repository": "christianjuth/better-react-server-actions",
"homepage": "https://christianjuth.github.io/better-react-server-actions",
"bugs": "https://github.com/christianjuth/better-react-server-actions/issues",
"repository": "christianjuth/isomorphic-svg-charts",
"homepage": "https://christianjuth.github.io/isomorphic-svg-charts",
"bugs": "https://github.com/christianjuth/isomorphic-svg-charts/issues",
"devDependencies": {
"nodemon": "^3.1.7",
"typescript": "^5.6.2",
Expand Down

0 comments on commit 658c591

Please sign in to comment.