From 47e86a393530a9b861a197f0e79b471da164a093 Mon Sep 17 00:00:00 2001 From: Brian Richter Date: Fri, 6 Oct 2023 22:45:01 -0700 Subject: [PATCH] index --- package.json | 4 ++-- src/Run.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 038b322..87862b4 100644 --- a/package.json +++ b/package.json @@ -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", @@ -46,4 +46,4 @@ "files": [ "lib/**/*" ] -} +} \ No newline at end of file diff --git a/src/Run.ts b/src/Run.ts index a535ada..86a1c24 100644 --- a/src/Run.ts +++ b/src/Run.ts @@ -99,7 +99,7 @@ async function main(): Promise { method: options.method ?? "html", scopedir: options.scopedir ?? ".", input: options.input, - output: options.output ?? "default", + output: options.output ?? "index", template: options.template ?? "template.mustache", });