Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Nov 13, 2019
1 parent ad488ef commit 87099f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typedoc",
"description": "Create api documentation for TypeScript projects.",
"version": "0.15.0",
"version": "0.15.1",
"homepage": "https://typedoc.org",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/output/renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ export class Renderer extends ChildableComponent<Application, RendererComponent>
* @returns The path to the theme directory.
*/
static getThemeDirectory(): string {
return Path.dirname(require.resolve('@gerrit0/typedoc-default-themes'));
return Path.dirname(require.resolve('typedoc-default-themes'));
}

/**
Expand Down

0 comments on commit 87099f8

Please sign in to comment.