Skip to content

Commit

Permalink
Merge pull request #21 from citkane/dev
Browse files Browse the repository at this point in the history
0.2.2
  • Loading branch information
citkane committed Nov 30, 2022
2 parents aea8047 + daca5f5 commit e26a3df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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,6 +1,6 @@
{
"name": "typedoc-plugin-versions",
"version": "0.2.1",
"version": "0.2.2",
"description": "It keeps track of your document builds and provides a select menu for versions",
"main": "src/index",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export function load(app: Application) {
fs.writeFileSync(
path.join(rootPath, 'index.html'),
`<meta http-equiv="refresh" content="0; url=${
metadata.stable ? 'stable' : 'dev'
metadata.stable ? 'stable/' : 'dev/'
}"/>`
);

Expand Down

0 comments on commit e26a3df

Please sign in to comment.