Skip to content

Commit

Permalink
build: Fix TSC errors during packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
rvost committed Oct 22, 2023
1 parent 0afa320 commit 6e1673c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Schema validation for DayZ CE configuration files",
"publisher": "rvost",
"license": "EPL-2.0",
"version": "0.4.0",
"version": "0.4.1",
"icon": "assets/icon.png",
"engines": {
"vscode": "^1.82.0"
Expand Down
1 change: 0 additions & 1 deletion src/test/suite/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as path from 'path';
import * as Mocha from 'mocha';
import * as glob from 'glob';

export function run(): Promise<void> {
Expand Down

0 comments on commit 6e1673c

Please sign in to comment.