localhostforonline 1.0.9 → 1.0.10

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 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -138,12 +138,6 @@ npx localhostforonline tunnel --port 22 --tcp
138
138
  (printf '<project-uuid>'; cat) | nc localhostfor.online 20000
139
139
  ```
140
140
 
141
- ### Environment variables
142
-
143
- | Variable | Default | Description |
144
- |----------|---------|-------------|
145
- | `LOCALHOSTFOR_SERVER` | `localhostfor.online` | Server URL for local development / self-hosting |
146
-
147
141
  ---
148
142
 
149
143
  ## Platform
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "localhostforonline",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "Expose your localhost to the internet",
5
5
  "bin": {
6
6
  "localhostforonline": "cli.js"