From a312828d4392f32eda2be051053a8d8a2a526b9c Mon Sep 17 00:00:00 2001 From: Jill Regan Date: Wed, 25 Feb 2026 08:44:00 -0500 Subject: [PATCH] switch to common js --- configure/dist/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/dist/package.json b/configure/dist/package.json index 3dbc1ca..5bbefff 100644 --- a/configure/dist/package.json +++ b/configure/dist/package.json @@ -1,3 +1,3 @@ { - "type": "module" + "type": "commonjs" }