From 2d2a31e5c0cf640ea8eaf0022cc31f900b85afbb Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Wed, 14 Oct 2020 01:53:37 +0200 Subject: [PATCH] chore: publish the wrapper.mjs file --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d937a6891e..16ffd70b3d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "io" ], "files": [ - "dist/" + "dist/", + "./wrapper.mjs" ], "type": "commonjs", "main": "./dist/index.js",