From 0c9173f91a5c1b6784298732cfbaa35ac9af2e37 Mon Sep 17 00:00:00 2001 From: Theodore Kruczek Date: Mon, 15 Jan 2024 13:38:22 -0500 Subject: [PATCH] fix: :label: fix typings location in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f4ea6ba..b9199c9 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "version": "auto-changelog -p && git add CHANGELOG.md" }, "main": "dist/main.js", - "typings": "dist/index.d.ts", + "typings": "dist/main.d.ts", "repository": { "type": "git", "url": "git://github.com/thkruz/ootk-core" @@ -51,4 +51,4 @@ "typescript": "^4.9.5" }, "homepage": "https://github.com/thkruz/ootk-core" -} +} \ No newline at end of file