|
1 | 1 | { |
2 | 2 | "name": "@typhonjs-typedoc/ts-lib-docs", |
3 | | - "version": "2023.7.10", |
| 3 | + "version": "2023.7.12", |
4 | 4 | "description": "Provides generated documentation for built-in Typescript lib declarations and a TypeDoc plugin to link symbols to the published docs.", |
5 | 5 | "license": "MPL-2.0", |
6 | 6 | "type": "module", |
|
75 | 75 | "@typhonjs-build-test/node": "^0.0.9", |
76 | 76 | "@typhonjs-build-test/rollup-plugin-pkg-imports": "^0.0.2", |
77 | 77 | "@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", |
79 | 79 | "@typhonjs-utils/file-util": "^0.0.10", |
80 | 80 | "@typhonjs-utils/object": "^0.0.17", |
81 | 81 | "@webgpu/types": "^0.1.32", |
|
95 | 95 | "/dist/plugin/external", |
96 | 96 | "/types" |
97 | 97 | ], |
| 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", |
98 | 101 | "browserslist": [">5%", "not IE 11"], |
99 | 102 | "scripts": { |
100 | 103 | "build-docs": "npm run build-plugins && cross-env CONFIG_YEAR=2023 node src/generate/generate.js", |
|
0 commit comments