Merge pull request #57 from easingthemes/feature/package-json-automation-3

fix: update npm package name
main
Dragan Filipović 2021-05-28 00:33:13 +02:00 committed by GitHub
commit 76882263e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -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",