From a336b0c3a439419159c784c3dce09c4dee4a40ff Mon Sep 17 00:00:00 2001 From: Alex LaFroscia Date: Wed, 20 Oct 2021 16:15:48 -0400 Subject: [PATCH] fix: include CJS wrapper in published files --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 452c0ed..dbbd147 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,8 @@ "author": "Robert Jackson ", "main": "index.js", "files": [ - "index.js" + "index.js", + "cjs-wrapper.cjs" ], "scripts": { "lint:js": "eslint .",