launchpd 0.1.1 → 0.1.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 +0 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,7 +7,6 @@ Deploy static sites instantly to a live URL. No config, no complexity.
7
7
  ```bash
8
8
  npm install -g launchpd
9
9
  launchpd deploy ./my-site
10
- # → https://abc123.launchpd.cloud
11
10
  ```
12
11
 
13
12
  ## Installation
@@ -30,7 +29,6 @@ launchpd deploy ./my-folder
30
29
 
31
30
  ```bash
32
31
  launchpd deploy ./my-folder --name my-project
33
- # → https://my-project.launchpd.cloud
34
32
  ```
35
33
 
36
34
  ### Set expiration time
@@ -101,13 +99,6 @@ launchpd logout
101
99
  | Retention | 7 days | 30 days |
102
100
  | Versions | 1 | 10 |
103
101
 
104
- ## How It Works
105
-
106
- ```
107
- Your folder → Launchpd CLI → Global CDN → Live URL
108
- ```
109
-
110
- Files are uploaded to Cloudflare's global edge network, giving your site fast load times worldwide with automatic SSL.
111
102
 
112
103
  ## Support
113
104
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "launchpd",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Deploy static sites instantly to a live URL",
5
5
  "type": "module",
6
6
  "bin": {