From 40f4cff7db712d312c648abfc9300f9b98c4eff5 Mon Sep 17 00:00:00 2001 From: Bruno Peixoto Date: Sat, 11 Feb 2023 09:47:47 -0300 Subject: [PATCH] hotfix/ fix mistaken cjs change --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a038961..fd1d552 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "version": "0.0.5", "type": "module", "description": "A npm package to organize and validate artifacts", - "main": "dist/index-require.js", - "module": "src/index.cjs", + "main": "dist/index-require.cjs", + "module": "src/index.js", "modules.root": "src", "scripts": { "test": "jest",