From b897cc10028af05fc5f8cd525e44d2dc65185fb0 Mon Sep 17 00:00:00 2001 From: tianjincai Date: Sat, 19 Jul 2025 14:10:40 +0800 Subject: [PATCH] set as a new package --- .npmignore | 7 ++++++- README.md | 2 +- package.json | 23 +++++++++-------------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.npmignore b/.npmignore index abae2e5..ad92c56 100644 --- a/.npmignore +++ b/.npmignore @@ -1,2 +1,7 @@ .git* -.DS_Store \ No newline at end of file +.DS_Store +.idea/ +*.log +node_modules/ +test/ +.vscode \ No newline at end of file diff --git a/README.md b/README.md index eb70db0..56d6e5f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is a deployment plugin for [Hexo](https://hexo.io) that allows you to deplo This plugin is perfect for: * **AWS S3** -* **Teby.io** +* **Tebi.io** * **MinIO** * **Cloudflare R2** * **DigitalOcean Spaces** diff --git a/package.json b/package.json index 306025a..14e89cb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "hexo-deployer-s3", + "name": "hexo-deployer-s3-plus", "version": "1.0.0", - "description": "Amazon S3 deployer plugin for Hexo", + "description": "A flexible Hexo deployer for AWS S3 and other S3-compatible services like Tebi.io, MinIO, and Cloudflare R2. Updated for Hexo 7.", "main": "index", "keywords": [ "hexo", @@ -9,24 +9,19 @@ "aws", "deployer" ], - "author": "Nicholas Terwoord ", + "author": "tianjincai ", "contributors": [ { - "name": "Josh Strange", - "email": "josh@joshstrange.com" - }, - { - "name": "Jack Guy", - "email": "jack@thatguyjackguy.com" - }, - { - "name": "Josenivaldo Benito Jr.", - "email": "jrbenito@benito.qsl.br" + "name": "tianjincai", + "email": "tianjincai@hotmail.com" } ], "repository": { "type": "git", - "url": "http://github.com/nt3rp/hexo-deployer-s3.git" + "url": "git+https://github.com/JackTJC/hexo-deployer-s3-plus.git" + }, + "bugs": { + "url": "https://github.com/JackTJC/hexo-deployer-s3-plus/issues" }, "license": { "type": "MIT"