Skip to content

Commit

Permalink
upgrade to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
D0n9X1n committed Dec 24, 2020
1 parent ba3d8a3 commit bf0eee0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
Expand Down

0 comments on commit bf0eee0

Please sign in to comment.