Skip to content

Commit 72e3750

Browse files
committed
fixed package.json repository with most recent syntax
1 parent 0a43b85 commit 72e3750

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "svelte-marked",
33
"description": "A markdown renderer for Svelte.",
4-
"version": "0.5.4",
4+
"version": "0.5.5",
55
"packageManager": "[email protected]",
66
"engines": {
77
"node": ">=18"
@@ -25,7 +25,10 @@
2525
],
2626
"license": "MIT",
2727
"author": "Pablo Berganza <[email protected]>",
28-
"repository": "github:ildella/svelte-marked",
28+
"repository": {
29+
"type": "git",
30+
"url": "git+https://github.com/ildella/svelte-marked.git"
31+
},
2932
"homepage": "https://github.com/ildella/svelte-marked",
3033
"scripts": {
3134
"build": "vite build",

0 commit comments

Comments
 (0)