mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2024-11-12 05:38:05 +00:00
fix: update npm package name
This commit is contained in:
parent
fdf6057d5e
commit
9c4e4119ad
@ -1,8 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "ssh-deploy",
|
"name": "@draganfilipovic/ssh-deploy",
|
||||||
"version": "2.1.9",
|
"version": "2.1.9",
|
||||||
"description": "Fast NodeJS action to deploy specific directory from `GITHUB_WORKSPACE` to a server via rsync over ssh.",
|
"description": "Fast NodeJS action to deploy specific directory from `GITHUB_WORKSPACE` to a server via rsync over ssh.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
"files": [
|
||||||
|
"/dist",
|
||||||
|
"./action.yml",
|
||||||
|
"./README.md",
|
||||||
|
"LICENSE"
|
||||||
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"command-exists": "1.2.9",
|
"command-exists": "1.2.9",
|
||||||
"node-cmd": "4.0.0",
|
"node-cmd": "4.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user