ember-codemods / ember-angle-brackets-codemod

Codemod to convert curly braces syntax to angle brackets syntax
MIT License
60 stars 31 forks source link

Update execa to v6 (and update scripts to ESM) #502

Open mansona opened 1 year ago

mansona commented 1 year ago

Because v6 of execa is ESM only we need to update our scripts that are using it to also be ESM. This PR does that 👍