Warning when using PlotlyJS.jl + Distributions.jl

Hi,

When I try to use both PlotlyJS and Distributions, I get this warning.

               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.0.0 (2018-08-08)
 _/ |\__'_|_|_|\__'_|  |  Official https://julialang.org/ release
|__/                   |

(v1.0) pkg> st
    Status `~/.julia/environments/v1.0/Project.toml`
  [ad839575] Blink v0.8.1
  [31c24e10] Distributions v0.16.4
  [7073ff75] IJulia v1.12.0
  [f0f68f2c] PlotlyJS v0.11.1
  [91a5bcdd] Plots v0.20.2
  [438e738f] PyCall v1.18.4
  [d330b81b] PyPlot v2.6.3

julia> using  PlotlyJS

julia> using Distributions
┌ Warning: Package PlotlyBase does not have Distributions in its dependencies:
│ - If you have PlotlyBase checked out for development and have
│   added Distributions as a dependency but haven't updated your primary
│   environment's manifest file, try `Pkg.resolve()`.
│ - Otherwise you may need to report an issue with PlotlyBase
└ Loading Distributions into PlotlyBase from project dependency, future warnings for PlotlyBase are suppressed.

julia> versioninfo()
Julia Version 1.0.0
Commit 5d4eaca0c9 (2018-08-08 20:58 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
  CPU: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.0 (ORCJIT, skylake)

julia> 

Is this an issue to report?

Regards,
vish