From 5d7efa45c6d13c0454b46fef5f1417d6d9aae33d Mon Sep 17 00:00:00 2001 From: 2nthony Date: Tue, 9 Aug 2022 01:56:39 +0800 Subject: [PATCH] fix(pkg): types entry (#95) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 51f4c6e..53720b8 100644 --- a/package.json +++ b/package.json @@ -11,12 +11,12 @@ "author": "2nthony (https://github.com/2nthony)", "main": "dist/vercel-toast.js", "module": "dist/vercel-toast.mjs", - "types": "dist/index.d.ts", + "types": "dist/vercel-toast.d.ts", "exports": { ".": { "import": "dist/vercel-toast.mjs", "require": "dist/vercel-toast.js", - "types": "dist/index.d.ts" + "types": "dist/vercel-toast.d.ts" }, "./css": "dist/vercel-toast.css" },