From 22275afd3be47083aa63535214c1615ac207069c Mon Sep 17 00:00:00 2001 From: cha0s Date: Mon, 2 Dec 2024 06:38:52 -0600 Subject: [PATCH] fix: modern exports --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d4ae353..41ccbd8 100644 --- a/package.json +++ b/package.json @@ -14,12 +14,12 @@ "engines": { "node": ">=20.0.0" }, + "exports": "./dist/index.js", "files": [ "dist" ], "license": "MIT", "main": "./dist/index.umd.cjs", - "module": "./dist/index.js", "name": "crunches", "repository": { "type": "git",