Update description and repo URL in package.json
This commit is contained in:
parent
4069015074
commit
6e0ecdb594
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user