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" }