From fadab200743a635e64682be9f00f41aa0826882c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D0=B5=D0=BC=20=D0=9B=D0=B5=D0=B1=D0=B7?= =?UTF-8?q?=D0=B0=D0=BA?= Date: Tue, 9 Jul 2024 15:00:51 +0500 Subject: [PATCH] fix(pkg): set `main` field --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e76f2e..0c3bff3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdown-it-typograf", - "version": "0.1.1", + "version": "0.1.2", "scripts": { "dev": "bun test --watch", "dev:docs": "bunx live-server@1.2.1 --port=3000 --no-browser ./docs", @@ -26,6 +26,7 @@ "simple-git-hooks": { "pre-commit": "bunx nano-staged" }, + "main": "./index.js", "files": [ "./index.js", "./index.d.ts"