Closed benedictleejh closed 2 months ago
Hi @Zaid-Ajaj, could you take a look at this PR and let me know if there's anything that needs changing? Thanks.
Thanks a lot @benedictleejh it has been merged and published as of Femto v0.20 🚀 apologies for the delayed response 🙏
Add support for
package.yaml
andpackage.json5
, which are supported by pnpm.Because updating the package file is done through package manager commands, parsing the files should be sufficient for supporting them.
The code probably needs more iteration; I'm opening a pull request now so we can kickstart the review process.
Fixes #104