bs9 1.5.3 → 1.5.4

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  ```bash
16
16
  # One-click installer (installs Bun + BS9)
17
- curl -fsSL https://raw.githubusercontent.com/xarhang/bs9/setup.sh | bash
17
+ curl -fsSL https://raw.githubusercontent.com/xarhang/bs9/main/setup.sh | bash
18
18
 
19
19
  # Or manual install
20
20
  git clone https://github.com/xarhang/bs9.git
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bs9",
3
- "version": "1.5.3",
3
+ "version": "1.5.4",
4
4
  "description": "Bun Sentinel 9 - High-performance, non-root process manager for Bun",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",