Change welcome message to test if versions are updating

This commit is contained in:
Timothy Hobbs 2022-06-14 11:01:32 +00:00
parent 7f37c79301
commit 01faa7db56
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@actions/core": "^1.6.0",
"@samkirkland/ftp-deploy": "git+https://github.com/timthelion/ftp-deploy.git#c106f02987eaf04d854e4177661794a8599fa3d3",
"@samkirkland/ftp-deploy": "git+https://github.com/timthelion/ftp-deploy.git#5a415704876687e7ddefd0266f880eb44f38ecae",
"@types/jest": "^27.0.2",
"jest": "^27.2.5",
"ts-jest": "^27.0.5",
@ -969,7 +969,7 @@
},
"node_modules/@samkirkland/ftp-deploy": {
"version": "1.2.1",
"resolved": "git+ssh://git@github.com/timthelion/ftp-deploy.git#c106f02987eaf04d854e4177661794a8599fa3d3",
"resolved": "git+ssh://git@github.com/timthelion/ftp-deploy.git#5a415704876687e7ddefd0266f880eb44f38ecae",
"integrity": "sha512-HIVLE+xQpj6yuilGdprdduvdzrtKwbcVoYn9jHtdSLBrsUK1wwXokTR4XlmUm5vFhUVgwlMY55dAq71K+WO3eg==",
"license": "MIT",
"dependencies": {
@ -8877,9 +8877,9 @@
}
},
"@samkirkland/ftp-deploy": {
"version": "git+ssh://git@github.com/timthelion/ftp-deploy.git#c106f02987eaf04d854e4177661794a8599fa3d3",
"version": "git+ssh://git@github.com/timthelion/ftp-deploy.git#5a415704876687e7ddefd0266f880eb44f38ecae",
"integrity": "sha512-HIVLE+xQpj6yuilGdprdduvdzrtKwbcVoYn9jHtdSLBrsUK1wwXokTR4XlmUm5vFhUVgwlMY55dAq71K+WO3eg==",
"from": "@samkirkland/ftp-deploy@git+https://github.com/timthelion/ftp-deploy.git#c106f02987eaf04d854e4177661794a8599fa3d3",
"from": "@samkirkland/ftp-deploy@git+https://github.com/timthelion/ftp-deploy.git#5a415704876687e7ddefd0266f880eb44f38ecae",
"requires": {
"basic-ftp": "^4.6.6",
"lodash": "^4.17.21",

View File

@ -23,7 +23,7 @@
"license": "MIT",
"dependencies": {
"@actions/core": "^1.6.0",
"@samkirkland/ftp-deploy": "git+https://github.com/timthelion/ftp-deploy.git#c106f02987eaf04d854e4177661794a8599fa3d3",
"@samkirkland/ftp-deploy": "git+https://github.com/timthelion/ftp-deploy.git#5a415704876687e7ddefd0266f880eb44f38ecae",
"@types/jest": "^27.0.2",
"jest": "^27.2.5",
"ts-jest": "^27.0.5",