diff options
author | 2024-11-15 23:43:34 +0800 | |
---|---|---|
committer | 2024-11-15 23:43:34 +0800 | |
commit | cec4af8fe59ff895c0ca82aab8b6ed6a81ad1f4d (patch) | |
tree | 2410f5eadf53e5c797ef4e13cb348f2fe4dee9f8 /packages/astro-rss | |
parent | 8e135b6f036a37c5df7884209e767e298262bad7 (diff) | |
download | astro-cec4af8fe59ff895c0ca82aab8b6ed6a81ad1f4d.tar.gz astro-cec4af8fe59ff895c0ca82aab8b6ed6a81ad1f4d.tar.zst astro-cec4af8fe59ff895c0ca82aab8b6ed6a81ad1f4d.zip |
Add publint checks (#12445)
Diffstat (limited to 'packages/astro-rss')
-rw-r--r-- | packages/astro-rss/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro-rss/package.json b/packages/astro-rss/package.json index 8de405fd7..627b4dd6c 100644 --- a/packages/astro-rss/package.json +++ b/packages/astro-rss/package.json @@ -8,7 +8,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/withastro/astro.git", + "url": "git+https://github.com/withastro/astro.git", "directory": "packages/astro-rss" }, "bugs": "https://github.com/withastro/astro/issues", |