sisl / D3Trees.jl

Flexible interactive visualization for large trees in Julia using D3.js
Other
39 stars 7 forks source link

Add missing version number and compat entry #24

Closed BoZenKhaa closed 2 years ago

BoZenKhaa commented 2 years ago

Added version number and compat entry for Julia 1.

I ran into an issue when trying to locally dev this package through the package manager. The package manager reported that only version 0.0.0 is available. I think the missing version entry might be the reason?

I added the compat entry since AbstarctTrees.jl requires Julia 1 anyway.

zsunberg commented 2 years ago

Thanks @BoZenKhaa !