Skip to content

Commit

Permalink
remove source-map-support dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zefir-git committed Jul 25, 2024
1 parent 585c6c6 commit 191865c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 28 deletions.
26 changes: 0 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"json5": "^2.2.3",
"mime": "^4.0.4",
"music-metadata": "^10.0.0",
"source-map-support": "^0.5.21",
"yaml": "^2.4.5"
}
}
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'source-map-support/register.js'
import Server from "./Server.js";
import Config from "./Config.js";
import Library from "./Library.js";
Expand Down

0 comments on commit 191865c

Please sign in to comment.