nogrep 1.0.4 → 1.0.5

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 +0 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,14 +16,6 @@ In Claude Code:
16
16
  4. Choose the installation scope (you, your team, etc.) and hit Enter
17
17
  5. Type `/reload-plugins` to activate
18
18
 
19
- For local development/testing:
20
-
21
- ```bash
22
- git clone https://github.com/alirezanasseh/nogrep.git
23
- cd nogrep && npm install && npm run build
24
- claude --plugin-dir ./nogrep
25
- ```
26
-
27
19
  ## Quick start
28
20
 
29
21
  1. Open your project in Claude Code
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nogrep",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Navigable codebase index for Claude Code — stop grepping, start navigating",
5
5
  "repository": {
6
6
  "type": "git",