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