Skip to content

Commit

Permalink
Fix: remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
zaerl committed Jul 3, 2021
1 parent 63d6ab6 commit 94c7f88
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export interface UniqueVersionOptions {
input: string;
type?: 'file' | 'string';
hashSize?: number;
hash?: string;
git?: boolean;
}

Expand Down
1 change: 0 additions & 1 deletion tests/test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/// <reference types="node" />
import { execSync } from 'child_process';
import { readFileSync } from 'fs';
import { generate, UniqueVersion, UniqueVersionOptions } from '../src/index';

Expand Down

0 comments on commit 94c7f88

Please sign in to comment.