claude-code-templates 1.1.3 → 1.1.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-templates",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "CLI tool to setup Claude Code configurations for different programming languages",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -41,12 +41,12 @@
41
41
  },
42
42
  "repository": {
43
43
  "type": "git",
44
- "url": "git+https://github.com/danipower/claude-code-templates.git"
44
+ "url": "git+https://github.com/davila7/claude-code-templates.git"
45
45
  },
46
46
  "bugs": {
47
- "url": "https://github.com/danipower/claude-code-templates/issues"
47
+ "url": "https://github.com/davila7/claude-code-templates/issues"
48
48
  },
49
- "homepage": "https://github.com/danipower/claude-code-templates#readme",
49
+ "homepage": "https://github.com/davila7/claude-code-templates#readme",
50
50
  "files": [
51
51
  "bin/",
52
52
  "src/",
@@ -39,7 +39,7 @@ Copy the template manually for more control:
39
39
 
40
40
  ```bash
41
41
  # Clone the repository
42
- git clone https://github.com/danipower/claude-code-templates.git
42
+ git clone https://github.com/davila7/claude-code-templates.git
43
43
 
44
44
  # Copy the JavaScript/TypeScript template
45
45
  cp claude-code-templates/javascript-typescript/CLAUDE.md your-project/