diff options
| author | Priyansh <[email protected]> | 2021-03-06 22:28:55 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2021-03-06 22:28:55 +0530 |
| commit | d8ccff2a997971d5c8b28d4835da5540a281b9f7 (patch) | |
| tree | 07332b4d03815d23d6c7505e82249484b31610c1 /package.json | |
| parent | 50702d25c0359124dfa7fe94e0d0a68edc41c1f7 (diff) | |
| download | calculator-d8ccff2a997971d5c8b28d4835da5540a281b9f7.tar.xz calculator-d8ccff2a997971d5c8b28d4835da5540a281b9f7.zip | |
Added yargs, help and info options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 564c687..fd398a0 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "dependencies": { "boxen": "^4.0.0", "chalk": "^2.4.2", - "terminal-link": "^2.1.1" + "terminal-link": "^2.1.1", + "yargs": "^16.2.0" } } |
