From 8508dfe24ee635580265684fa3919b4f539af2b0 Mon Sep 17 00:00:00 2001 From: VitoAlbano Date: Wed, 7 Aug 2024 09:05:36 +0100 Subject: [PATCH] [MIGRATION] - Problem on cli when used - probably misconfiguration --- lib/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/package.json b/lib/cli/package.json index 2db169ae24..8f6ba8c49c 100644 --- a/lib/cli/package.json +++ b/lib/cli/package.json @@ -3,7 +3,7 @@ "description": "Alfresco ADF cli and utils", "version": "6.9.0", "author": "Hyland Software, Inc. and its affiliates", - "type": "module", + "type": "commonjs", "bin": { "adf-cli": "bin/adf-cli", "adf": "bin/adf-cli"