File tree Expand file tree Collapse file tree 4 files changed +19
-1015
lines changed Expand file tree Collapse file tree 4 files changed +19
-1015
lines changed Original file line number Diff line number Diff line change 1
1
name = " LiveServer"
2
2
uuid = " 16fef848-5104-11e9-1b77-fb7a48bbb589"
3
3
authors = [" Jonas Asprion <jonas.asprion@gmx.ch" , " Thibaut Lienart <tlienart@me.com>" ]
4
- version = " 0.7.4 "
4
+ version = " 0.8 "
5
5
6
6
[deps ]
7
7
Crayons = " a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
8
8
FileWatching = " 7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
9
9
HTTP = " cd3eb016-35fb-5094-929b-558a96fad6f3"
10
+ MIMEs = " 6c6e2e6c-3030-632d-7369-2d6c69616d65"
10
11
Pkg = " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
11
12
Sockets = " 6462fe0b-24de-5631-8697-dd941f90decc"
12
13
Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
13
14
14
15
[compat ]
15
16
Crayons = " 4"
16
17
HTTP = " 0.8, 0.9"
17
- julia = " 1"
18
+ MIMEs = " 0.1"
19
+ julia = " 1.3"
Original file line number Diff line number Diff line change 42
42
# Functions
43
43
#
44
44
45
- include (" mimetypes.jl" )
46
45
include (" file_watching.jl" )
47
46
include (" server.jl" )
48
47
You can’t perform that action at this time.
0 commit comments