Mark module

This commit is contained in:
Garrett Mills 2025-06-13 17:13:56 -04:00
parent 1b65d30a45
commit 0cd8ff8e3d

View File

@ -5,6 +5,7 @@
"homepage": "https://garrettmills.dev/markmark", "homepage": "https://garrettmills.dev/markmark",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
"type": "module",
"directories": { "directories": {
"lib": "lib" "lib": "lib"
}, },