Skip to content

Commit 6696720

Browse files
hyperpolymathclaude
andcommitted
chore: update submodule pointers, fix mod.js comments, gitignore lib/
- Update 12 satellite submodule pointers (SPDX header fixes committed inside each submodule) - Fix comments in cadre-router mod.js files (mod.ts → mod.js references) - Add /lib/ to .gitignore (ReScript build artifact) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e47f679 commit 6696720

File tree

15 files changed

+17
-16
lines changed

15 files changed

+17
-16
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,4 @@ ai-cli-crash-capture/
8484
# Large directories (third-party forks, too big to track)
8585
/opam-repository/
8686
/package-publishers/
87+
/lib/
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: PMPL-1.0-or-later
2-
// mod.ts — Deno module entry point for cadre-router
2+
// mod.js — Deno module entry point for cadre-router
33
//
44
// This file enables publishing to deno.land/x
5-
// Usage: import { Url, Parser, Navigation } from "https://deno.land/x/cadre_router/mod.ts"
5+
// Usage: import { Url, Parser, Navigation } from "https://deno.land/x/cadre_router/mod.js"
66

77
export * from "./src/client/CadreRouter.js";
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: PMPL-1.0-or-later
2-
// mod.ts — Deno module entry point for cadre-tea-router
2+
// mod.js — Deno module entry point for cadre-tea-router
33
//
4-
// Usage: import { TeaRouter } from "https://deno.land/x/cadre_tea_router/mod.ts"
4+
// Usage: import { TeaRouter } from "https://deno.land/x/cadre_tea_router/mod.js"
55

66
export * from "./src/TeaRouter.js";

satellites/git-tools/git-reunify

satellites/git-tools/git-seo

satellites/git-tools/gitloom

satellites/git-tools/gitvisor

0 commit comments

Comments
 (0)