From 26822dc12ac442dbfd61c3b0787e30ea67ef39b0 Mon Sep 17 00:00:00 2001 From: Florent BENOIT Date: Mon, 26 Feb 2024 16:58:58 +0000 Subject: [PATCH] Fix package export syntax (#61) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fa88d8e..5afc73e 100644 --- a/package.json +++ b/package.json @@ -16,11 +16,11 @@ "types": "./distribution/shared/index.d.ts", "default": "./distribution/shared/index.js" }, - "main": { + "./main": { "types": "./distribution/main/index.d.ts", "default": "./distribution/main/index.js" }, - "node": { + "./node": { "types": "./distribution/node/index.d.ts", "default": "./distribution/node/index.js" }