From eb89acb70afec02a6bea9b04e23341664f91bfb9 Mon Sep 17 00:00:00 2001 From: Simon Laux Date: Tue, 30 Apr 2024 01:36:22 +0200 Subject: [PATCH] fix exports variable (nodejs/npm said it must start with `./`) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a7ab728d2..2e31f91ba 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ ], "homepage": "https://github.com/deltachat/deltachat-core-rust/tree/master/node", "license": "GPL-3.0-or-later", - "exports": "node/dist/index.js", + "exports": "./node/dist/index.js", "name": "deltachat-node", "repository": { "type": "git",