From 6a2d9e752fab27b59da4f194b0ef6daf7e8b6d81 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 12 Oct 2024 14:28:54 -0400 Subject: port to deno --- src/consts.ts | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 src/consts.ts (limited to 'src/consts.ts') diff --git a/src/consts.ts b/src/consts.ts deleted file mode 100644 index 0e31b83..0000000 --- a/src/consts.ts +++ /dev/null @@ -1,4 +0,0 @@ -import { version } from "../package.json"; - -export const VERSION = version; -export const USER_AGENT = `teawieAPI/${version}`; -- cgit v1.2.3