chore: add keywords in npm.

This commit is contained in:
Yufan Sheng 2024-07-08 20:57:40 +08:00
parent 5c2b3a93b0
commit c01279c4e3
Signed by: syhily
GPG Key ID: DEB186763C308C31

View File

@ -1,8 +1,8 @@
{ {
"name": "astro-uploader", "name": "astro-uploader",
"version": "1.0.1", "version": "1.1.0",
"description": "A uploader for uploading the Astro generated files through the S3 API.", "description": "A uploader for uploading the Astro generated files through the S3 API.",
"keywords": ["Astro", "S3", "withastro"], "keywords": ["Astro", "S3", "withastro", "opendal"],
"bugs": { "bugs": {
"url": "https://github.com/syhily/astro-uploader/issues" "url": "https://github.com/syhily/astro-uploader/issues"
}, },