evoactivity / ember-svg-jar

🍯 Best way to use SVG images in Ember apps
https://svgjar.web.app
251 stars 73 forks source link

npm tarball is present in published package #268

Closed daniellockyer closed 1 month ago

daniellockyer commented 3 months ago

🐞 Bug Report

Describe the bug

Hey @evoactivity! 👋🏻

It seems a local version of an npm tarball is present in the latest published package: https://www.npmjs.com/package/ember-svg-jar/v/2.4.9?activeTab=code

ember-svg-jar-v2.4.7.tgz

Not a huge deal, but it does inflate the size of the package

Expected behavior

I would not expect it to be present 🙂

Possible Solution

Add *.tgz to .npmignore and re-publish

Screenshots

CleanShot 2024-07-02 at 16 43 22@2x

Additional context

evoactivity commented 3 months ago

Oops! That shouldn't be there! I assumed this would have been ignored already when I did the last releases.

Thanks for the report. I'll get it taken care of later on tonight.

evoactivity commented 1 month ago

I forgot about this 😨

but I've added release-plan to the repo and just published a new release, tarball is gone and shouldn't happen again the future.

daniellockyer commented 1 month ago

Nice, thanks!