Skip to content

Commit

Permalink
refactor: move report.ts to src
Browse files Browse the repository at this point in the history
  • Loading branch information
tembleking committed Jul 26, 2024
1 parent d5e9e8e commit 832659b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const performance = require('perf_hooks').performance;
import process from 'process';
import { version } from './package.json';
import os from 'os';
import { Package, Report, Rule, SeverityValue, Vuln } from './report';
import { Package, Report, Rule, SeverityValue, Vuln } from './src/report';

const toolVersion = `${version}`;
const dottedQuadToolVersion = `${version}.0`;
Expand Down
File renamed without changes.

0 comments on commit 832659b

Please sign in to comment.