Fix exports field

This commit is contained in:
Franck Royer 2022-06-15 21:39:01 +10:00
parent 43e9de6fe2
commit 792c84ec31
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -4,7 +4,7 @@
"description": "TypeScript implementation of the Waku v2 protocol", "description": "TypeScript implementation of the Waku v2 protocol",
"types": "./dist/esm/index.d.ts", "types": "./dist/esm/index.d.ts",
"exports": { "exports": {
"node": { ".": {
"import": "./dist/esm/index.js" "import": "./dist/esm/index.js"
} }
}, },