fix exports variable

(nodejs/npm said it must start with `./`)
This commit is contained in:
Simon Laux
2024-04-30 01:36:22 +02:00
parent b607f12b0e
commit eb89acb70a

View File

@@ -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",