recurly / recurly-js

Simple subscription billing in the browser
https://js.recurly.com/
MIT License
646 stars 139 forks source link

Fix DT package.json version #886

Closed jakebailey closed 2 months ago

jakebailey commented 2 months ago

Per https://github.com/recurly/recurly-js/issues/875#issuecomment-2223172848

cc @douglasmiller

douglasmiller commented 2 months ago

Thank you, @jakebailey. I hadn't noticed that DefinitelyTyped has a new requirement for a package.json file.

I've gone ahead and copied that file into this repo's types directory and updated the process that bumps the main package version to also update the types version in #887

jakebailey commented 2 months ago

Sure, though you may end up in the situation where something in DT changes and your tooling overrides it. I guess that's not different than before where it was always updating the header too.