Skip to content

Commit 4778d40

Browse files
committed
2023.7.12 release
1 parent 1ad7093 commit 4778d40

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typhonjs-typedoc/ts-lib-docs",
3-
"version": "2023.7.10",
3+
"version": "2023.7.12",
44
"description": "Provides generated documentation for built-in Typescript lib declarations and a TypeDoc plugin to link symbols to the published docs.",
55
"license": "MPL-2.0",
66
"type": "module",
@@ -75,7 +75,7 @@
7575
"@typhonjs-build-test/node": "^0.0.9",
7676
"@typhonjs-build-test/rollup-plugin-pkg-imports": "^0.0.2",
7777
"@typhonjs-svelte/runtime-base": "github:typhonjs-svelte/runtime-base#0.1.0",
78-
"@typhonjs-typedoc/typedoc-theme-dmt": "github:typhonjs-typedoc/typedoc-theme-dmt",
78+
"@typhonjs-typedoc/typedoc-theme-dmt": "^0.1.0",
7979
"@typhonjs-utils/file-util": "^0.0.10",
8080
"@typhonjs-utils/object": "^0.0.17",
8181
"@webgpu/types": "^0.1.32",
@@ -95,6 +95,9 @@
9595
"/dist/plugin/external",
9696
"/types"
9797
],
98+
"bugs": "https://github.com/typhonjs-typedoc/ts-lib-docs/issues",
99+
"homepage": "https://github.com/typhonjs-typedoc/ts-lib-docs#readme",
100+
"repository": "github:typhonjs-typedoc/ts-lib-docs",
98101
"browserslist": [">5%", "not IE 11"],
99102
"scripts": {
100103
"build-docs": "npm run build-plugins && cross-env CONFIG_YEAR=2023 node src/generate/generate.js",

0 commit comments

Comments
 (0)