From 70475fd348f0a9485d26241257c71460590ec82a Mon Sep 17 00:00:00 2001 From: Marais Rossouw Date: Tue, 14 Sep 2021 20:19:09 +1000 Subject: [PATCH] fix: main/module point to right files --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 2e7a59b..c6de388 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "diary", - "version": "0.2.1", + "version": "0.2.2", "description": "Fast logging library for both Node and Browser.", "keywords": [ "fast", @@ -39,9 +39,9 @@ }, "./package.json": "./package.json" }, - "main": "diary/index.js", - "unpkg": "diary/index.min.js", - "module": "diary/index.mjs", + "main": "diary/node/index.js", + "unpkg": "diary/browser/index.mjs", + "module": "diary/node/index.mjs", "types": "index.d.ts", "typesVersions": { ">=3.4": {