claude-gh-ticket-gen 1.0.0 → 1.0.1

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 +1 -1
package/README.md CHANGED
@@ -28,13 +28,13 @@ Claude Ticket Generator is a standalone npm package that uses Claude AI to intel
28
28
  ### Global Installation (Recommended)
29
29
 
30
30
  ```bash
31
- npm install -g claude-ticket-gen
31
+ npm install -g claude-gh-ticket-gen
32
32
  ```
33
33
 
34
34
  ### Local Installation
35
35
 
36
36
  ```bash
37
- npm install claude-ticket-gen
37
+ npm install claude-gh-ticket-gen
38
38
  npx claude-ticket-gen --help
39
39
  ```
40
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-gh-ticket-gen",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "AI-powered CLI tool to parse roadmap documents and generate GitHub issues",
5
5
  "main": "dist/cli/index.js",
6
6
  "bin": {