Describe the bug
$ cd .julia/packages
$ du -sh * | sort -h
[...]
11M MathTeXEngine
23M ColorSchemes
26M GR
29M CSV
94M DelaunayTriangulation # <== this is too much !
DelaunayTriangulation is the heaviest installed package because of the shipped docs and test image files.
Even CairoMakie doesn't ship its' .png files for ReferenceTests.
Please consider storing the assets (.png files) somewhere else, for example by creating a subdir in DelaunayTriangulation.jl.