mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-05 15:23:12 +00:00
feat: export create_waku
This commit is contained in:
parent
69aee6c1cc
commit
731318fa66
@ -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",
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user