Skip to content

Commit

Permalink
remove unused outdated interface
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Sep 24, 2024
1 parent 29787e9 commit 0ab57c8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/deno.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,3 @@ export class InfoCache {
}
}
}

export interface Lockfile {
version: string;
packages?: { specifiers?: Record<string, string> };
}

0 comments on commit 0ab57c8

Please sign in to comment.