dev-doc 0.2.1 → 0.2.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 +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,7 +12,6 @@ AI-powered codebase analyzer using Claude AI to generate comprehensive documenta
12
12
  - 📝 **Structured Output**: Generates Markdown or JSON documentation
13
13
  - ⚙️ **Highly Configurable**: Customize ignored directories, file extensions, and more
14
14
 
15
-
16
15
  ## Installation
17
16
 
18
17
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dev-doc",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "AI-powered codebase analyzer using Claude AI to generate documentation and insights",
5
5
  "main": "dist/index.js",
6
6
  "bin": {