set as a new package

This commit is contained in:
tianjincai
2025-07-19 14:10:40 +08:00
parent 50994b567a
commit b897cc1002
3 changed files with 16 additions and 16 deletions

View File

@@ -1,2 +1,7 @@
.git* .git*
.DS_Store .DS_Store
.idea/
*.log
node_modules/
test/
.vscode

View File

@@ -9,7 +9,7 @@ This is a deployment plugin for [Hexo](https://hexo.io) that allows you to deplo
This plugin is perfect for: This plugin is perfect for:
* **AWS S3** * **AWS S3**
* **Teby.io** * **Tebi.io**
* **MinIO** * **MinIO**
* **Cloudflare R2** * **Cloudflare R2**
* **DigitalOcean Spaces** * **DigitalOcean Spaces**

View File

@@ -1,7 +1,7 @@
{ {
"name": "hexo-deployer-s3", "name": "hexo-deployer-s3-plus",
"version": "1.0.0", "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", "main": "index",
"keywords": [ "keywords": [
"hexo", "hexo",
@@ -9,24 +9,19 @@
"aws", "aws",
"deployer" "deployer"
], ],
"author": "Nicholas Terwoord <nicholas.terwoord+code@gmail.com>", "author": "tianjincai <tianjincai@hotmail.com>",
"contributors": [ "contributors": [
{ {
"name": "Josh Strange", "name": "tianjincai",
"email": "josh@joshstrange.com" "email": "tianjincai@hotmail.com"
},
{
"name": "Jack Guy",
"email": "jack@thatguyjackguy.com"
},
{
"name": "Josenivaldo Benito Jr.",
"email": "jrbenito@benito.qsl.br"
} }
], ],
"repository": { "repository": {
"type": "git", "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": { "license": {
"type": "MIT" "type": "MIT"