Skip to content
This repository was archived by the owner on Aug 26, 2025. It is now read-only.

Commit 7a0fa82

Browse files
author
Martin Wentzel
committed
v0.1.1
1 parent 97e5dca commit 7a0fa82

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-ssh-forward",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"main": "dist/Connection.js",
55
"author": "Martin Wentzel <wentzel@stocard.de>",
66
"license": "MIT",
@@ -9,7 +9,13 @@
99
"ssh2": "^0.6.1"
1010
},
1111
"keywords": [
12-
"node", "ssh", "bastion host", "shell", "exec", "forward", "jump host"
12+
"node",
13+
"ssh",
14+
"bastion host",
15+
"shell",
16+
"exec",
17+
"forward",
18+
"jump host"
1319
],
1420
"homepage": "https://github.com/Stocard/node-ssh-forward",
1521
"scripts": {

0 commit comments

Comments
 (0)