From ec18c9c3d42de3c1d39d44ae6652e21b6c47d4eb Mon Sep 17 00:00:00 2001 From: Ben Coleman Date: Mon, 26 Feb 2024 09:24:51 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9F=A2=20CICD=20Hell?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index ea9771f..6c5c789 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,6 @@ // ===== index.ts ============================================================= // Export everything we want to expose to the outside world -// Ben Coleman, 2023 +// Ben Coleman, 2024 // ============================================================================ export * from './core/gl.ts'