Skip to content

Commit

Permalink
fixed package.json repository with most recent syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ildella committed Sep 1, 2024
1 parent 0a43b85 commit 72e3750
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte-marked",
"description": "A markdown renderer for Svelte.",
"version": "0.5.4",
"version": "0.5.5",
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
Expand All @@ -25,7 +25,10 @@
],
"license": "MIT",
"author": "Pablo Berganza <[email protected]>",
"repository": "github:ildella/svelte-marked",
"repository": {
"type": "git",
"url": "git+https://github.com/ildella/svelte-marked.git"
},
"homepage": "https://github.com/ildella/svelte-marked",
"scripts": {
"build": "vite build",
Expand Down

0 comments on commit 72e3750

Please sign in to comment.