Skip to content
This repository was archived by the owner on Aug 14, 2021. It is now read-only.

Commit 4f2c0f7

Browse files
committed
fix: I forgot to save a file
1 parent dc8a679 commit 4f2c0f7

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typedoc-default-themes",
33
"description": "Default themes for TypeDoc.",
4-
"version": "0.7.0-1",
4+
"version": "0.7.0-2",
55
"homepage": "https://typedoc.org/",
66
"main": "bin/plugin.js",
77
"files": [
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
{{#with getTargetReflectionDeep}}
1+
{{#with tryGetTargetReflectionDeep}}
22
{{#ifCond ../name '===' name}}
33
Re-exports <a href="{{relativeURL url}}">{{name}}</a>
44
{{else if flags.isExported}}
55
Renames and re-exports <a href="{{relativeURL url}}">{{name}}</a>
66
{{else}}
77
Renames and exports <a href="{{relativeURL url}}">{{name}}</a>
88
{{/ifCond}}
9+
{{else}}
10+
Re-exports {{name}}
911
{{/with}}

0 commit comments

Comments
 (0)