From 3e685bf1e70597c4d619b70d273dff9b2dfec216 Mon Sep 17 00:00:00 2001 From: Andrew Israel Date: Thu, 20 Aug 2026 08:41:19 -0700 Subject: [PATCH] Remove unnecessary typesVersions --- package.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/package.json b/package.json index ecfd5f3..f2b0b63 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "git", "url": "https://github.com/PropelAuth/node-apis" }, - "version": "2.1.35", + "version": "2.1.36", "license": "MIT", "keywords": [ "auth", @@ -39,13 +39,6 @@ "default": "./dist/index.mjs" } }, - "typesVersions": { - "*": { - ".": [ - "./dist/index.d.ts" - ] - } - }, "jest": { "testMatch": [ "**/test/*.ts"