markchalloner / git-semver

Git plugin for Semantic Versioning
MIT License
381 stars 43 forks source link

Refactored npmpackagejson to enable multiple files #47

Open ghost opened 4 years ago

ghost commented 4 years ago

Hello, thank you for this really handy tool!

I use it in a monorepo PWA, which contains several package.json files in subfolders. To track them all, I refactored the npmpackagejson plugin. I also updated the PLUGINS.md to reflect the changes. The previous behavior is not altered.

Please find here the test file. To make it work:

Please let me know if there is anything I can do to enhance this PR!