mirror of https://github.com/waku-org/js-waku.git
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…
Reference in New Issue