ssh-x-term 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -118,7 +118,7 @@ npm install -g @bitwarden/cli
118
118
 
119
119
  ### Option 1: Install using npm (Recommended)
120
120
 
121
- The easiest way to install SSH-X-Term is using npm:
121
+ The easiest way to install SSH-X-Term is using npm [npm package](https://www.npmjs.com/package/ssh-x-term):
122
122
 
123
123
  ```sh
124
124
  # Install globally
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ssh-x-term",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "TUI to handle multiple SSH connections simultaneously",
5
5
  "main": "index.js",
6
6
  "bin": {