From c3a9013c23d77b5653c0385114d0dcb176151bd4 Mon Sep 17 00:00:00 2001 From: Bauke Date: Mon, 3 Oct 2022 18:16:21 +0200 Subject: [PATCH] Fix main and types entry names. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dda823f..aa6b246 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,8 @@ "preact": "10.x" }, "type": "module", - "main": "build/source/gram.js", - "types": "build/source/gram.d.ts", + "main": "build/source/index.js", + "types": "build/source/index.d.ts", "files": [ "build/source/", "package.json",