updated ftp-deploy with dryrun patch

This commit is contained in:
SamKirkland
2020-10-25 00:41:02 -05:00
parent 928e32c59b
commit 63b04d6546
3 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ftp-deploy-action",
"version": "1.0.1",
"version": "4.0.0",
"private": true,
"description": "Automate deploying websites and more with this GitHub action",
"main": "dist/index.js",
@@ -22,7 +22,7 @@
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.6",
"@samkirkland/ftp-deploy": "^0.9.7",
"@samkirkland/ftp-deploy": "^1.0.0",
"ts-node-dev": "^1.0.0-pre.62"
},
"devDependencies": {