diff --git a/packages/esbuild-plugin-copy/package.json b/packages/esbuild-plugin-copy/package.json index 2d49f1b..6baee8c 100644 --- a/packages/esbuild-plugin-copy/package.json +++ b/packages/esbuild-plugin-copy/package.json @@ -1,6 +1,6 @@ { "name": "esbuild-plugin-copy", - "version": "2.0.2", + "version": "2.1.0", "description": "ESBuild plugin for assets copy.", "keywords": [ "esbuild", diff --git a/packages/esbuild-plugin-copy/tests/playground/dest/ChokidarREADME.md b/packages/esbuild-plugin-copy/tests/playground/dest/ChokidarREADME.md index e296abc..7e37a6d 100644 --- a/packages/esbuild-plugin-copy/tests/playground/dest/ChokidarREADME.md +++ b/packages/esbuild-plugin-copy/tests/playground/dest/ChokidarREADME.md @@ -8,7 +8,7 @@ Node.js `fs.ddddwatch`: -* Doesn't report filenames on MacOS. +* Doesn't report filedddnames on MacOS. * Doesn't report events at all when using editors like Sublime on MacOS. * Often reports events twice. * Emits most changes as `rename`.