From 2a9ef16425b6dba6463d78aaa65e1c197e2403ad Mon Sep 17 00:00:00 2001 From: wisplite Date: Wed, 8 Apr 2026 14:55:55 -0500 Subject: [PATCH] whoops --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bd323e9..2cbd099 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "tether-ts", - "version": "1.0.1", + "version": "1.0.2", "description": "TypeScript client for Tether", "license": "ISC", "author": "wisplite", "type": "module", - "main": "index.js", + "main": "index.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }