mirror of
https://github.com/chatmail/core.git
synced 2026-04-25 01:16:29 +03:00
fix exports variable
(nodejs/npm said it must start with `./`)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user