Skip to content

Commit

Permalink
fix: vscode package.json urls
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycohen committed Sep 8, 2024
1 parent c24ad8c commit 2dc733c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions .changeset/mighty-socks-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'svelte-pp-katex': patch
'svelte-pp-markdown': patch
'svelte-pp-shiki': patch
---

fix repo links
4 changes: 2 additions & 2 deletions packages/preprocess-katex-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
"homepage": "https://preprocessors.samplekit.dev",
"repository": {
"type": "git",
"url": "https://github.com/timothycohen/samplekit/tree/staging/packages/svelte-pp-katex"
"url": "https://github.com/timothycohen/samplekit/tree/staging/packages/preprocess-katex-vscode"
},
"bugs": {
"url": "https://github.com/timothycohen/samplekit/tree/staging/packages/svelte-pp-katex/issues"
"url": "https://github.com/timothycohen/samplekit/issues"
},
"keywords": [
"latex",
Expand Down
4 changes: 2 additions & 2 deletions packages/preprocess-markdown-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"homepage": "https://preprocessors.samplekit.dev",
"repository": {
"type": "git",
"url": "https://github.com/timothycohen/samplekit/tree/staging/packages/svelte-pp-markdown"
"url": "https://github.com/timothycohen/samplekit/tree/staging/packages/preprocess-markdown-vscode"
},
"bugs": {
"url": "https://github.com/timothycohen/samplekit/tree/staging/packages/svelte-pp-markdown/issues"
"url": "https://github.com/timothycohen/samplekit/issues"
},
"keywords": [
"markdown",
Expand Down
4 changes: 2 additions & 2 deletions packages/preprocess-shiki-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"homepage": "https://preprocessors.samplekit.dev",
"repository": {
"type": "git",
"url": "https://github.com/timothycohen/samplekit/tree/staging/packages/svelte-pp-shiki"
"url": "https://github.com/timothycohen/samplekit/tree/staging/packages/preprocess-shiki-vscode"
},
"bugs": {
"url": "https://github.com/timothycohen/samplekit/tree/staging/packages/svelte-pp-shiki/issues"
"url": "https://github.com/timothycohen/samplekit/issues"
},
"keywords": [
"shiki",
Expand Down

0 comments on commit 2dc733c

Please sign in to comment.