Skip to content

Commit f3c5264

Browse files
authored
Merge pull request #120 from plotly/dev
release with plotlybase deleted
2 parents 012e1fb + a5da67b commit f3c5264

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 <chris@plotly.com>", "Alexandr Romanenko <waralex@gmail.com>"]
4-
version = "0.1.5"
4+
version = "0.1.6"
55

66
[deps]
77
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
@@ -30,7 +30,7 @@ HTTP = "0.8.10, 0.9"
3030
JSON = "0.21"
3131
JSON2 = "0.3"
3232
MD5 = "0.2"
33-
PlotlyBase = "0.3, 0.4, 0.5, 0.8"
33+
PlotlyBase = "0.8.5, 0.8.6"
3434
julia = "1.2"
3535

3636
[extras]

src/Dash.jl

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

1211
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
@@ -5,6 +5,7 @@ Pkg.add("DashBase")
55
Pkg.add("DashHtmlComponents")
66
Pkg.add("DashCoreComponents")
77
Pkg.add("DashTable")
8+
Pkg.add("PlotlyBase")
89
Pkg.add("HTTP")
910
Pkg.build("Dash")
1011
Pkg.build("DashHtmlComponents")

0 commit comments

Comments
 (0)