From 48041b5845cd6a76bf6fea978dc61ed6f36e4eeb Mon Sep 17 00:00:00 2001 From: James Brumond Date: Sat, 6 May 2023 14:04:56 -0700 Subject: [PATCH] fix main declaration --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 02d2667..cb55ee3 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "bin": { "markdown2html": "./bin/markdown2html" }, - "main": "./src/index.ts", + "main": "./build/index.js", "devDependencies": { "@types/dompurify": "^2.3.3", "@types/jsdom": "^20.0.0",