Just noticed a bunch of junk local code on my system from older project iterations laid around due to file renames. :|
Should consider using something like rimraf in the publish script to purge all dist and types dirs before publishing. No big deal overall, this problem will fix itself next release.
To clarify, there's junk files present in the releases that aren't exported at all.
Just noticed a bunch of junk local code on my system from older project iterations laid around due to file renames. :|
Should consider using something like
rimraf
in the publish script to purge alldist
andtypes
dirs before publishing. No big deal overall, this problem will fix itself next release.To clarify, there's junk files present in the releases that aren't exported at all.