Add `main` and `module` properties

This commit is contained in:
Franck Royer 2022-06-16 16:37:05 +10:00
parent e3b6292a6e
commit 7432aaca25
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
"version": "0.24.0",
"description": "TypeScript implementation of the Waku v2 protocol",
"types": "./dist/esm/index.d.ts",
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/index.js",
"exports": {
".": {
"types": "./dist/esm/index.d.ts",