fix/ npm private to public

This commit is contained in:
Leon van Zyl
2025-11-02 08:50:41 +02:00
parent ec929ab918
commit 1dec3e9ea7

View File

@@ -20,11 +20,16 @@
"scaffold", "scaffold",
"create-app" "create-app"
], ],
"author": "", "author": "Leon van Zyl",
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/yourusername/create-agentic-app.git" "url": "https://github.com/leonvanzyl/agentic-coding-starter-kit.git",
"directory": "create-agentic-app"
},
"homepage": "https://github.com/leonvanzyl/agentic-coding-starter-kit#readme",
"bugs": {
"url": "https://github.com/leonvanzyl/agentic-coding-starter-kit/issues"
}, },
"dependencies": { "dependencies": {
"chalk": "^5.3.0", "chalk": "^5.3.0",