This commit is contained in:
2026-04-08 14:55:55 -05:00
parent 555fa1e220
commit 2a9ef16425
+2 -2
View File
@@ -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"
}