diff options
| author | Andinus <andinus@nand.sh> | 2021-04-27 21:32:36 +0530 |
|---|---|---|
| committer | Andinus <andinus@nand.sh> | 2021-04-27 21:32:36 +0530 |
| commit | 0a1c010018135291c11cb70f42853f65a0b1760d (patch) | |
| tree | 80be1b81f9482d86226989e70e9ad4c5bab46ea1 | |
| parent | 6a9100059e88839bdf3184d065b90dfcbe42301f (diff) | |
| download | orion-0a1c010018135291c11cb70f42853f65a0b1760d.tar.gz | |
Fix META6.json, Bump versionv0.2.2
It wasn't showing up on modules.raku.org because of invalid JSON
probably.
| -rw-r--r-- | META6.json | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,16 +1,16 @@ { "name" : "orion", "auth" : "github:andinus", - "version" : "0.2.1", + "version" : "0.2.2", "description" : "Orion checks for compromised passwords using Have I Been Pwned API", "authors" : [ "Andinus <andinus@nand.sh>" ], "license" : "ISC", "perl" : "6.d", "provides" : { - "Orion::CLI" : "lib/Orion/CLI.rakumod", + "Orion::CLI" : "lib/Orion/CLI.rakumod" }, "depends" : [ - "Digest::SHA" + "Digest::SHA", "LWP::Simple::auth<github:raku-community-modules>" ], "tags": [ |