fix: @waku/interfaces

This commit is contained in:
fryorcraken.eth 2022-11-01 19:15:06 +11:00
parent a185b5a0ec
commit c409076365
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 3 additions and 1 deletions

View File

@ -3,9 +3,11 @@
"version": "0.0.1", "version": "0.0.1",
"description": "Definition of Waku interfaces", "description": "Definition of Waku interfaces",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"module": "./dist/index.js",
"exports": { "exports": {
".": { ".": {
"types": "./dist/index.d.ts" "types": "./dist/index.d.ts",
"import": "./dist/index.js"
} }
}, },
"type": "module", "type": "module",