tuiweather 0.3.2 → 0.3.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.
package/README.md CHANGED
@@ -16,13 +16,13 @@ Keyboard-driven terminal weather app: Dark Sky-style rain nowcasting, hourly and
16
16
 
17
17
  ## Install
18
18
 
19
- Install globally with npm:
19
+ Requires Node.js >= 26.4.0 to run. Install globally with npm:
20
20
 
21
21
  ```sh
22
22
  npm install --global tuiweather
23
23
  ```
24
24
 
25
- or with Bun:
25
+ or with the Bun package manager:
26
26
 
27
27
  ```sh
28
28
  bun install --global tuiweather
package/bin/tuiweather.js CHANGED
@@ -1,2 +1,2 @@
1
- #!/usr/bin/env bun
1
+ #!/usr/bin/env -S node --experimental-ffi --disable-warning=ExperimentalWarning
2
2
  import "../dist/index.js";