tuidoro 0.0.1 → 0.0.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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -6,7 +6,7 @@ TUIdoro is a sleek pomodoro timer that runs in your terminal.
6
6
 
7
7
  ## Installation
8
8
 
9
- ### Via npx / bunx (requires bun > 1.0.0)
9
+ ### Via npx / bunx (requires bun > 1.3.0)
10
10
 
11
11
  ```bash
12
12
  npx tuidoro (requires 'bun' to be in PATH)
@@ -19,7 +19,7 @@ bunx tuidoro
19
19
  yay -S aur/tuidoro
20
20
  ```
21
21
 
22
- ### Run locally (requires bun > 1.0.0)
22
+ ### Run locally (requires bun > 1.3.0)
23
23
 
24
24
  ```bash
25
25
  bun install
package/package.json CHANGED
@@ -16,9 +16,9 @@
16
16
  "linux"
17
17
  ],
18
18
  "engines": {
19
- "bun": ">=1.0.0"
19
+ "bun": ">=1.3.0"
20
20
  },
21
- "version": "0.0.1",
21
+ "version": "0.0.2",
22
22
  "module": "src/index.ts",
23
23
  "type": "module",
24
24
  "bin": {