@master4n/master-cli 2.0.2 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,6 @@
1
1
  # @master4n/master-cli
2
2
 
3
3
  ![Owner Badge](https://img.shields.io/badge/Owner-Master4Novice-orange?style=flat)
4
- ![Package Version](https://img.shields.io/github/package-json/v/Master4Novice/common?filename=packages%2Fmaster-cli%2Fpackage.json&color=green)
5
4
  ![Package License](https://img.shields.io/npm/l/%40master4n%2Fmaster-cli)
6
5
  ![Package Downloads](https://img.shields.io/npm/dm/%40master4n%2Fmaster-cli)
7
6
 
@@ -37,7 +36,7 @@ mfn [command] -h # For help on specific command
37
36
  | mfn sc | -i .idea .bin node_modules package.json | -i ( optional ) | It will help user to search the content of current working directory while ignoring provided files and folders from search list |
38
37
  | mfn hra | --mb 2000 --mr 800 --hr 750 --im true | -im ( optional ) | It will calculate your HRA Exemption |
39
38
  | mfn sr | --mb 2000 --hr 750 --im true | -im ( optional ) | It will provide you calculated value of rent that will maximize your HRA Exemption |
40
- | mfn decode | -t 'valid toke' | | It will decode provided JWT token and display decoded result |
39
+ | mfn decode | -t 'valid token' | | It will decode provided JWT token and display decoded result |
41
40
 
42
41
  ## Credits
43
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@master4n/master-cli",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Command Line Interface For Various Useful Operations",
5
5
  "main": "./bin/index.js",
6
6
  "types": "./bin/index.d.ts",