mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-07-20 00:25:56 -04:00
remove dependency on uglify-js
This commit is contained in:
Vendored
-1
@@ -1,4 +1,3 @@
|
||||
export * from "./note";
|
||||
export * from "./project";
|
||||
export * from "./stats";
|
||||
export * from "./track";
|
||||
|
||||
Vendored
-7
@@ -1,7 +0,0 @@
|
||||
export type Track = {
|
||||
artist: string;
|
||||
title: string;
|
||||
album: string;
|
||||
url: URL | string;
|
||||
image?: URL | string;
|
||||
};
|
||||
Reference in New Issue
Block a user