@edwinencomienda/live-reloader 1.0.2 → 1.0.3

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 +14 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,6 +18,20 @@ bun install -g @edwinencomienda/live-reloader
18
18
 
19
19
  **Note:** This package requires Bun to be installed on your system. [Install Bun](https://bun.sh/docs/installation) first if you haven't already.
20
20
 
21
+ ### Updating
22
+
23
+ To update to the latest version:
24
+
25
+ ```bash
26
+ npm update -g @edwinencomienda/live-reloader
27
+ ```
28
+
29
+ Or with bun:
30
+
31
+ ```bash
32
+ bun update -g @edwinencomienda/live-reloader
33
+ ```
34
+
21
35
  ## Usage
22
36
 
23
37
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edwinencomienda/live-reloader",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A fast, simple live-reload development server with file watching",
5
5
  "author": "Edwin Encomienda",
6
6
  "license": "MIT",