From 0cd8ff8e3d843b03e777c76f1b07ccdf45323704 Mon Sep 17 00:00:00 2001 From: garrettmills Date: Fri, 13 Jun 2025 17:13:56 -0400 Subject: [PATCH] Mark module --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index cf036de..306407b 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "homepage": "https://garrettmills.dev/markmark", "main": "lib/index.js", "types": "lib/index.d.ts", + "type": "module", "directories": { "lib": "lib" },