From 77f5d6086ef479128d8844b5bb1f5cdb753efd6a Mon Sep 17 00:00:00 2001 From: Pavel Maslov Date: Sun, 6 Feb 2022 13:52:36 +0200 Subject: [PATCH] hotfix --- dist/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/package.json b/dist/package.json index 0d4083b..d944f47 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "@maslick/koder", - "version": "1.3.0", + "version": "1.3.1", "description": "QR/bar code scanner for the Browser", "author": "Pavel Maslov", "license": "MIT", @@ -31,7 +31,7 @@ ], "exports": { ".": { - "require": "./index.cjs", + "require": "./index.js", "import": "./index.mjs" } }