veritem / eslint-plugin-vitest

eslint plugin for vitest
MIT License
259 stars 30 forks source link

Publish v0.6.0 to NPM #466

Open davecardwell opened 2 months ago

davecardwell commented 2 months ago

I was keen to check out the fix for #329 (thank you!), but it looks like v0.6.0 was tagged but not published to NPM yet.

Please could you publish?

veritem commented 2 months ago

I'm having an issue with npm's authentication. Once I hear back from them, I'll for sure get this published and sorry for not adding this into release notes.

davecardwell commented 1 month ago

@veritem Thank you!

rentalhost commented 1 month ago

For now this worked for me:

"eslint-plugin-vitest": "github:veritem/eslint-plugin-vitest#semver:^0.6"

CxRes commented 2 weeks ago

Can you please start checking in ./dist to this or another repo while you do not have npm access?

Alternatively, publish it on jsr.io!

lishaduck commented 2 weeks ago

Can you please start checking in ./dist to this or another repo while you do not have npm access?

Please don't check in dist. Put it in another repo.

Alternatively, publish it on jsr.io!

That would be nice.

erunion commented 1 week ago

👋 any updates on this?