mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2026-08-24 15:44:49 +08:00
fix: update plugins
This commit is contained in:
Generated
-3747
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -4,8 +4,8 @@
|
|||||||
"description": "This GitHub Action deploys specific directory from `GITHUB_WORKSPACE` to a folder on a server via rsync over ssh.",
|
"description": "This GitHub Action deploys specific directory from `GITHUB_WORKSPACE` to a folder on a server via rsync over ssh.",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"command-exists": "1.2.8",
|
"command-exists": "1.2.9",
|
||||||
"node-cmd": "3.0.0",
|
"node-cmd": "4.0.0",
|
||||||
"rsyncwrapper": "3.0.1"
|
"rsyncwrapper": "3.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user