From bf0eee07fa81ae79aeacf9c1e57ba1ab1d24580e Mon Sep 17 00:00:00 2001 From: D0n9X1n Date: Thu, 24 Dec 2020 12:44:09 +0800 Subject: [PATCH] upgrade to v3.1.0 --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 79f6f77..670600d 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,16 @@ { "author": { - "name": "mike" + "name": "D0n9X1n" }, "bugs": { - "url": "https://github.com/MikeCoder/hexo-blog-encrypt/issues" + "url": "https://github.com/D0n9X1n/hexo-blog-encrypt/issues" }, "dependencies": { "hexo-fs": "^1.0.2", "hexo-log": "^0.2.0" }, "description": "Yet, just another blog encrypt plugin for hexo.", - "homepage": "https://github.com/MikeCoder/hexo-blog-encrypt#readme", + "homepage": "https://github.com/D0n9X1n/hexo-blog-encrypt#readme", "keywords": [ "encrypt", "blog", @@ -20,21 +20,21 @@ "main": "index.js", "maintainers": [ { - "email": "mike@mikecoder.cn", - "name": "mikecoder" + "email": "D0n9X1n@outlook.com", + "name": "D0n9X1n" } ], "name": "hexo-blog-encrypt", "optionalDependencies": {}, "repository": { "type": "git", - "url": "git+ssh://git@github.com/MikeCoder/hexo-blog-encrypt.git" + "url": "git+ssh://git@github.com/D0n9X1n/hexo-blog-encrypt.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint --ext .js ./" }, - "version": "3.0.15", + "version": "3.1.0", "devDependencies": { "eslint": "^6.2.2" }