jaredpalmer / tsdx

Zero-config CLI for TypeScript package development
https://tsdx.io
MIT License
11.28k stars 507 forks source link

(fix/deps): semver should be a dep, not a devDep #677

Closed agilgur5 closed 4 years ago

agilgur5 commented 4 years ago

Oversight from #433 where it was added as a devDep instead of a dep. Looks like that only made it into v0.13, so a v0.13.x patch is enough to fix

Incidental finding while upgrading other deps to Node 10+ in #678