mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-04-29 03:10:43 -04:00
fix: update npm package name
This commit is contained in:
parent
fdf6057d5e
commit
9c4e4119ad
1 changed files with 7 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue