electerm 2.3.85 → 2.3.100

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 +0 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -98,11 +98,6 @@ npm i -g electerm
98
98
  - Npm: If you install from npm, just run `npm i -g electerm` again.
99
99
  - If use Snap or some other distribution system, these systems may provide upgrades.
100
100
 
101
- ## Themes
102
-
103
- - https://github.com/mbadolato/iTerm2-Color-Schemes/tree/master/electerm
104
- - https://github.com/Hope-IT-Works/electerm-theme-termius
105
-
106
101
  ## Known issues
107
102
 
108
103
  [https://github.com/electerm/electerm/wiki/Know-issues](https://github.com/electerm/electerm/wiki/Know-issues)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electerm",
3
- "version": "2.3.85",
3
+ "version": "2.3.100",
4
4
  "description": "Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)",
5
5
  "main": "app.js",
6
6
  "bin": "npm/electerm",