feat: export create_waku

This commit is contained in:
fryorcraken.eth 2022-08-01 22:07:00 +10:00 committed by fryorcraken.eth
parent 69aee6c1cc
commit 731318fa66
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 5 additions and 1 deletions

View File

@ -8,6 +8,10 @@
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./lib/create_waku": {
"types": "./dist/lib/create_waku.d.ts",
"import": "./dist/lib/create_waku.js"
}
},
"type": "module",

View File

@ -1,5 +1,5 @@
{
"entryPoints": ["./src/index.ts"],
"entryPoints": ["./src/index.ts", "./src/lib/create_waku.ts"],
"out": "build/docs",
"exclude": "**/*.spec.ts",
"excludeInternal": true,