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
1 changed files with 1 additions and 1 deletions

View File

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