From 1d22686af91dcb423ffc30a2573e17914d282214 Mon Sep 17 00:00:00 2001 From: Rob Moffat Date: Wed, 18 Dec 2024 15:17:16 +0000 Subject: [PATCH] Update packages/fdc3-commonjs/README.md Co-authored-by: Kris West --- packages/fdc3-commonjs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/fdc3-commonjs/README.md b/packages/fdc3-commonjs/README.md index 45744902e..60ed52e07 100644 --- a/packages/fdc3-commonjs/README.md +++ b/packages/fdc3-commonjs/README.md @@ -1,6 +1,7 @@ # FDC3 CommonJS Module This is the CommonJS module version of the Financial Desktop Connectivity and Collaboration Consortium (FDC3) javascript API. + ## Warning CommonJS is no longer the recommended module system for JavaScript. We recommend using the FDC3 ES6 module at `@finos/fdc3` instead. The FDC3 CommonJS module is provided for compatibility with older projects that use CommonJS.