From c41fb008da7524f304964212e0571188cddfbe79 Mon Sep 17 00:00:00 2001 From: Philip <17368112+vHeemstra@users.noreply.github.com> Date: Wed, 10 Jul 2024 20:20:11 +0200 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 6e0198f..fe5ecd4 100644 --- a/readme.md +++ b/readme.md @@ -23,7 +23,7 @@ gulp-fill-pot-po
> > _For more information, details and all options, see [documentation of **fill-pot-po**][fpp-url]._ > -> ✨ **_This package now supports both ESM and CommonJS_** 🎉 +> ✨ **_This package now only supports ESM. For CommonJS use version 3._** 🎉 ## Install @@ -49,7 +49,7 @@ const defaultTask = () => { export default defaultTask; ``` -### Basic (CommonJS) +### Basic (CommonJS - only with versions <= 3) ```js const { src, dest } = require('gulp');