We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427deb4 commit e4b74f0Copy full SHA for e4b74f0
2 files changed
BUILD.md
@@ -30,7 +30,7 @@ The build depends on the `clay` git submodule.
30
Preferred fresh clone:
31
32
```sh
33
-git clone --recurse-submodules https://github.com/thefrontside/clayterm.git
+git clone --recurse-submodules https://github.com/bombshell-dev/clayterm.git
34
cd clayterm
35
```
36
tasks/build-npm.ts
@@ -31,10 +31,10 @@ await build({
license: "MIT",
repository: {
type: "git",
- url: "git+https://github.com/thefrontside/clayterm.git",
+ url: "git+https://github.com/bombshell-dev/clayterm.git",
},
bugs: {
37
- url: "https://github.com/thefrontside/clayterm/issues",
+ url: "https://github.com/bombshell-dev/clayterm/issues",
38
39
engines: {
40
node: ">= 16",
0 commit comments