tangled
alpha
login
or
join now
seth.computer
/
sitebase
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
Fix self-referential dependency in cli package.json
seth.computer
1 month ago
73ea9b20
b5289de5
verified
This commit was signed with the committer's
known signature
.
seth.computer
SSH Key Fingerprint:
SHA256:utUtG8j2hgvZ0Rnm/rPJiqFu4NT5bjOnC26AUIBh500=
+1
-1
2 changed files
expand all
collapse all
unified
split
bun.lock
packages
cli
package.json
+1
bun.lock
···
22
22
},
23
23
"dependencies": {
24
24
"@sitebase/cli": ".",
25
25
+
"@sitebase/cli": "workspace:*",
25
26
"@sitebase/core": "workspace:*",
26
27
"commander": "^12.1.0",
27
28
},
-1
packages/cli/package.json
···
9
9
"typecheck": "tsc --noEmit"
10
10
},
11
11
"dependencies": {
12
12
-
"@sitebase/cli": "workspace:*",
13
12
"@sitebase/core": "workspace:*",
14
13
"commander": "^12.1.0"
15
14
}