v6.0.1
🧹 Chores
-
5790175 🧹 chore: remove broken commands due to esm change
- Mostly to do with reading from
package.json
, and also because I feel these are now cluttering and there are easier ways to check / do these things. I added these when I was out of ideas for commands and hungry for something to do, now I feel with this ESM switch it's time to remove them for people to use other alternatives.
Removed:
-
mdb update
- You can runnpm install -g mdbadges-cli
instead. -
mdb version
- You can runnpm list -g mdbadges-cli
, which will show you the installed versions of mdbadges-cli on your system.
- Mostly to do with reading from
Again, if you find any issues, please create an issue.