Skip to content

Commit fce62fc

Browse files
fix package.json and repo link
1 parent bba0ab9 commit fce62fc

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/process/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-markdoc-preprocess",
3-
"version": "0.0.0-alpha.10",
3+
"version": "0.0.0-alpha.11",
44
"description": "A Svelte preprocessor that allows you to use Markdoc.",
55
"type": "commonjs",
66
"keywords": [
@@ -26,10 +26,14 @@
2626
"@markdoc/markdoc": "^0.3.0",
2727
"svelte": "*"
2828
},
29+
"repository": {
30+
"type": "git",
31+
"url": "https://github.com/TorstenDittmann/svelte-markdoc-preprocess.git"
32+
},
2933
"devDependencies": {
3034
"@types/node": "^20.4.5",
3135
"parcel": "latest",
3236
"prettier": "*",
3337
"publint": "^0.1.16"
3438
}
35-
}
39+
}

0 commit comments

Comments
 (0)