thelounge-uimproved 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 +6 -0
  2. package/package.json +4 -2
package/README.md ADDED
@@ -0,0 +1,6 @@
1
+ ## thelounge-uimproved
2
+
3
+ Basic plugin for thelounge to hide possibly misleading fields in the Network
4
+ Form when clients connect to a private server and no password is required.
5
+
6
+ Works with thelounge v4.4.3.
package/package.json CHANGED
@@ -1,8 +1,10 @@
1
1
  {
2
2
  "name": "thelounge-uimproved",
3
- "version": "1.0.0",
4
- "description": "Hide some fields in thelounge NetworkForm",
3
+ "version": "1.0.2",
4
+ "description": "Simply hide some fields in thelounge NetworkForm",
5
5
  "main": "index.js",
6
+ "license": "ISC",
7
+ "keywords": [ "thelounge" ],
6
8
  "thelounge": {
7
9
  "name": "UImproved",
8
10
  "type": "plugin",