Skip to content

Commit

Permalink
Added extension version log just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed May 29, 2024
1 parent 6f0d625 commit 0bb1025
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "game-mount-and-blade-ii-bannerlord-butr",
"version": "1.0.3",
"version": "1.0.4",
"description": "A Vortex extension for Mount and Blade II: Bannerlord mod management.",
"author": "BUTR Team & Nexus Mods",
"license": "GPL-3.0+",
Expand Down
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ import {
} from './utils';
import { SaveList, SavePageOptions, Settings } from './views';
import { IAddedFiles } from './types';
import { version } from '../package.json';

const main = (context: types.IExtensionContext): boolean => {
log('info', `Extension Version: ${version}`);

const launcherManager = new VortexLauncherManager(context.api);

// Register Settings
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"declaration": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
"resolveJsonModule": false /* Include modules imported with .json extension. */,
"resolveJsonModule": true /* Include modules imported with .json extension. */,

"removeComments": true,
"preserveConstEnums": true,
Expand Down

0 comments on commit 0bb1025

Please sign in to comment.