添加 hexo deploy git 功能

This commit is contained in:
Luk Lu
2019-09-10 14:26:22 +08:00
parent 1f1f9bb097
commit 1085afe7ca
3 changed files with 289 additions and 67 deletions

View File

@@ -13,8 +13,14 @@
"author": "",
"license": "ISC",
"dependencies": {
"bluebird": "^3.5.5",
"chalk": "^2.4.2",
"commander": "^3.0.1",
"deepmerge": "^4.0.0",
"node-ssh": "^6.0.0"
"hexo-fs": "^2.0.0",
"hexo-util": "^1.1.0",
"moment": "^2.24.0",
"node-ssh": "^6.0.0",
"swig-templates": "^2.0.3"
}
}