antfu-collective / bumpp

Interactive CLI that bumps your version numbers and more
https://jstools.dev/version-bump-prompt/
MIT License
597 stars 43 forks source link

fix: check file exists before update #40

Closed ryoppippi closed 1 month ago

ryoppippi commented 1 month ago

Description

check if file exists before updating version.

I got this error on Deno project which doesn't have package.json. So I added existance check before updating

Linked Issues

Additional context