Skip to content

Commit

Permalink
index
Browse files Browse the repository at this point in the history
  • Loading branch information
brianorwhatever committed Oct 7, 2023
1 parent 16d761c commit 47e86a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aviarytech/tev2-hrgt",
"version": "0.0.9",
"version": "0.0.10",
"description": "Human Readable Glossary Tool (HRGT)",
"main": "lib/Run.js",
"types": "lib/Run.d.ts",
Expand Down Expand Up @@ -46,4 +46,4 @@
"files": [
"lib/**/*"
]
}
}
2 changes: 1 addition & 1 deletion src/Run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ async function main(): Promise<void> {
method: options.method ?? "html",
scopedir: options.scopedir ?? ".",
input: options.input,
output: options.output ?? "default",
output: options.output ?? "index",
template: options.template ?? "template.mustache",
});

Expand Down

0 comments on commit 47e86a3

Please sign in to comment.