From c01279c4e3c8e0c3ea98d3c1ae8c303b26d2743d Mon Sep 17 00:00:00 2001 From: Yufan Sheng Date: Mon, 8 Jul 2024 20:57:40 +0800 Subject: [PATCH] chore: add keywords in npm. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ad5ab32..c326c81 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "astro-uploader", - "version": "1.0.1", + "version": "1.1.0", "description": "A uploader for uploading the Astro generated files through the S3 API.", - "keywords": ["Astro", "S3", "withastro"], + "keywords": ["Astro", "S3", "withastro", "opendal"], "bugs": { "url": "https://github.com/syhily/astro-uploader/issues" },