@grepr/cli 1.4.4 → 1.4.6-89f48f6

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
@@ -13,6 +13,10 @@ The Grepr command-line tool (`@grepr/cli`) and a Claude Code plugin that lets Cl
13
13
 
14
14
  ## CLI
15
15
 
16
+ ### Requirements
17
+
18
+ - Node.js 20.0.0 or higher
19
+
16
20
  ### Install
17
21
 
18
22
  ```bash
@@ -29,10 +33,6 @@ npx @grepr/cli --help
29
33
  yarn global add @grepr/cli
30
34
  ```
31
35
 
32
- ### Requirements
33
-
34
- - Node.js 18.0.0 or higher
35
-
36
36
  ### Quick start
37
37
 
38
38
  ```bash