Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
windyeasy committed Aug 5, 2024
1 parent 91a6657 commit a2eb2e1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "npssh",
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"description": "A node library that pushes files the remote server via the ssh.",
"author": "windyeasy",
"license": "MIT",
Expand All @@ -21,7 +21,10 @@
"dev": "node ./src/index.js",
"test": "vitest"
},
"keywords": ["ssh", "push"],
"keywords": [
"ssh",
"push"
],
"dependencies": {
"js-yaml": "^4.1.0",
"node-ssh": "^13.2.0",
Expand Down

0 comments on commit a2eb2e1

Please sign in to comment.