fix main declaration

This commit is contained in:
James Brumond 2023-05-06 14:04:56 -07:00
parent 7bbebb4574
commit 48041b5845
Signed by: james
GPG Key ID: E8F2FC44BAA3357A

View File

@ -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",