Skip to content

Commit 387cab3

Browse files
committed
Merge branch 'dev' into components_integration
2 parents 8d7c4cc + a5da67b commit 387cab3

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Dash"
22
uuid = "1b08a953-4be3-4667-9a23-3db579824955"
33
authors = ["Chris Parmer <[email protected]>", "Alexandr Romanenko <[email protected]>"]
4-
version = "0.1.4"
4+
version = "0.1.6"
55

66
[deps]
77
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
@@ -32,7 +32,7 @@ HTTP = "0.8.10, 0.9"
3232
JSON = "0.21"
3333
JSON2 = "0.3"
3434
MD5 = "0.2"
35-
PlotlyBase = "0.3, 0.4, 0.5"
35+
PlotlyBase = "0.8.5, 0.8.6"
3636
julia = "1.3"
3737

3838
[extras]

src/Dash.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const ROOT_PATH = realpath(joinpath(@__DIR__, ".."))
77
#const RESOURCE_PATH = realpath(joinpath(ROOT_PATH, "resources"))
88
include("exceptions.jl")
99
include("Components.jl")
10-
include("Front.jl")
1110
include("HttpHelpers/HttpHelpers.jl")
1211

1312
using .HttpHelpers

src/Front.jl

Lines changed: 0 additions & 3 deletions
This file was deleted.

test/ci_prepare.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ using Pkg
22
Pkg.update()
33
Pkg.develop(path = ".")
44
Pkg.add("DashBase")
5+
Pkg.add("PlotlyBase")
56
Pkg.add("HTTP")
67
Pkg.instantiate()
78
Pkg.build("Dash")

0 commit comments

Comments
 (0)