From afcecd6cfc16c7394cb3688b7bb77e34d613b484 Mon Sep 17 00:00:00 2001 From: John Gee Date: Thu, 21 Jan 2021 23:54:29 +1300 Subject: [PATCH] Update/fix esm wrapper name in package (#1443) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a381e524..c94e32b16 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "main": "./index.js", "files": [ "index.js", - "wrapper.mjs", + "esm.mjs", "typings/index.d.ts" ], "type": "commonjs",