v0.0.14
Include symlinks when packing buildpacks Symlinks were not previous managed correctly when packing buildpacks using `jam`. This meant that for buildpacks that use the single-binary pattern for their executables, those buildpacks were packaging 3 binaries (`bin/build`, `bin/detect`, and `bin/run`). This lead to larger buildpack tarballs instead of smaller ones. This fix handles that symlinking correctly so that buildpacks can benefit from the reduced number of executables included in the tarball.