Update description and repo URL in package.json

This commit is contained in:
Chris Wanstrath 2026-02-24 09:48:16 -08:00
parent 4069015074
commit 6e0ecdb594

View File

@ -1,7 +1,7 @@
{
"name": "sandlot",
"version": "0.0.1",
"description": "Branch-based development with git worktrees and Apple Container",
"description": "Sandboxed, branch-based development with Claude",
"type": "module",
"bin": {
"sandlot": "./src/cli.ts"
@ -21,7 +21,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nichochar/sandlot.git"
"url": "git+https://git.nose.space/defunkt/sandlot"
},
"dependencies": {
"commander": "^14.0.3"