From 10f4bb201d0f5973faa8f72d9722fca3b0947167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Yves=20G=C3=A9rardy?= Date: Tue, 26 May 2020 17:39:33 +0200 Subject: [PATCH] Add a package.json in dist/es ... so that imports work in NodeJS versions with native ESM support --- dist/es/package.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 dist/es/package.json diff --git a/dist/es/package.json b/dist/es/package.json new file mode 100644 index 0000000..6990891 --- /dev/null +++ b/dist/es/package.json @@ -0,0 +1 @@ +{"type": "module"}