electerm 1.21.40 → 1.21.48

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
@@ -141,7 +141,7 @@ npm run test
141
141
  npm i
142
142
  npm run pre-test
143
143
  npm run release -l
144
- # visit dist/
144
+ # check dist/ folder
145
145
  ```
146
146
 
147
147
  ## Use
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electerm",
3
- "version": "1.21.40",
3
+ "version": "1.21.48",
4
4
  "description": "Terminal/ssh/sftp client(linux, mac, win) based on electron/ssh2/node-pty/xterm/antd/subx and other libs",
5
5
  "main": "app.js",
6
6
  "bin": "npm/electerm",