set as a new package
This commit is contained in:
@@ -1,2 +1,7 @@
|
|||||||
.git*
|
.git*
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.idea/
|
||||||
|
*.log
|
||||||
|
node_modules/
|
||||||
|
test/
|
||||||
|
.vscode
|
||||||
@@ -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**
|
||||||
|
|||||||
23
package.json
23
package.json
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user