We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acdf26f commit 59771d3Copy full SHA for 59771d3
Project.toml
@@ -5,14 +5,12 @@ version = "1.2.6"
5
6
[deps]
7
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
8
-LoggingExtras = "e6f89c97-d47a-5376-807f-9c37f3926c36"
9
MIMEs = "6c6e2e6c-3030-632d-7369-2d6c69616d65"
10
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
11
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
12
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
13
14
[compat]
15
HTTP = "1"
16
-LoggingExtras = "1"
17
MIMEs = "0.1"
18
julia = "1.6"
src/LiveServer.jl
@@ -3,7 +3,6 @@ module LiveServer
3
import Sockets, Pkg, MIMEs
4
using Base.Filesystem
using Base.Threads: @spawn
-using LoggingExtras
using HTTP
0 commit comments