Skip to content

Commit

Permalink
update for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Aug 4, 2024
1 parent 01081e4 commit 2e1989b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iter-ops",
"version": "3.4.0-beta.0",
"version": "3.4.0",
"description": "Basic operations on iterables",
"keywords": [
"typescript",
Expand Down
4 changes: 2 additions & 2 deletions typedoc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://typedoc.org/schema.json",
"name": "ITER-OPS v3.3.0",
"name": "ITER-OPS v3.4.0",
"out": "../iter-ops-docs",
"excludeExternals": true,
"excludePrivate": true,
Expand All @@ -11,5 +11,5 @@
"intentionallyNotExported": ["Flatten"],
"hideGenerator": true,
"customCss": "./typedoc.css",
"exclude": ["./test/*.ts"]
"exclude": ["./test/**/*.ts"]
}

0 comments on commit 2e1989b

Please sign in to comment.