From 779f5c95de1beea5dc5b417b3ef53ed5b821606e Mon Sep 17 00:00:00 2001 From: Dan O'Neill Date: Mon, 22 Apr 2024 12:51:18 -0700 Subject: [PATCH] change main entry point to bundle --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 66ff1f1..edfa0dc 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,7 @@ "version": "1.0.0", "type": "module", "description": "Converts JTD into JSON Schema ", - "main": "./dist/index.js", - "types": "./dist/index.d.ts", + "main": "./dist/bundle.js", "scripts": { "preinstall": "git config core.hooksPath .githooks", "build": "npx webpack",