Skip to content

Commit 7688226

Browse files
authored
Merge pull request easingthemes#57 from easingthemes/feature/package-json-automation-3
fix: update npm package name
2 parents fbeaefc + 9c4e411 commit 7688226

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
{
2-
"name": "ssh-deploy",
2+
"name": "@draganfilipovic/ssh-deploy",
33
"version": "2.1.9",
44
"description": "Fast NodeJS action to deploy specific directory from `GITHUB_WORKSPACE` to a server via rsync over ssh.",
55
"main": "dist/index.js",
6+
"files": [
7+
"/dist",
8+
"./action.yml",
9+
"./README.md",
10+
"LICENSE"
11+
],
612
"dependencies": {
713
"command-exists": "1.2.9",
814
"node-cmd": "4.0.0",

0 commit comments

Comments
 (0)