Fix bad path

Signed-off-by: András Schmelczer <andras@schmelczer.dev>
This commit is contained in:
Andras Schmelczer 2022-01-29 21:11:55 +01:00
parent 7f83d0d65a
commit 7f431d05b9
No known key found for this signature in database
GPG key ID: 39260B5B0614A13E

View file

@ -29,7 +29,7 @@
"license": "ISC", "license": "ISC",
"exports": { "exports": {
".": { ".": {
"import": "./dist/main.js" "import": "./lib/main.js"
} }
}, },
"scripts": { "scripts": {