ccsetup 1.0.3 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -104,7 +104,7 @@ After setting up your project with `ccsetup`:
104
104
 
105
105
  ## Credits
106
106
 
107
- Inspired by and based on the work of [vichannnnn](https://github.com/vichannnnn) and our discussions in TechOverflow
107
+ Born from our discussions in TechOverflow with [vichannnnn](https://github.com/vichannnnn) and [nasdin](https://github.com/nasdin)
108
108
 
109
109
  ## License
110
110
 
package/package.json CHANGED
@@ -1,14 +1,15 @@
1
1
  {
2
2
  "name": "ccsetup",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Boilerplate for Claude Code projects with agents, tickets, and plans",
5
5
  "bin": {
6
6
  "ccsetup": "./bin/create-project.js"
7
7
  },
8
8
  "keywords": ["claude", "boilerplate", "project-template", "claude-code", "ai", "development"],
9
- "author": "MrMarciaOng",
9
+ "author": "marcia_ong",
10
10
  "contributors": [
11
- "vichannnnn"
11
+ "hima7459",
12
+ "nasdin"
12
13
  ],
13
14
  "license": "MIT",
14
15
  "repository": {