Skip to content

Commit

Permalink
fix: repository link
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv authored and pngwn committed Sep 19, 2024
1 parent 9818200 commit b2aa843
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/mdsvex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
"main": "dist/main.cjs",
"module": "dist/main.mjs",
"types": "./dist/main.es.d.ts",
"repository": "https://github.com/pngwn/MDsveX",
"repository": {
"type": "git",
"url": "git+https://github.com/pngwn/MDsveX.git"
},
"scripts": {
"build": "rollup -c",
"test": "vitest . **/*.spec.ts"
Expand Down

0 comments on commit b2aa843

Please sign in to comment.