diff --git a/README.md b/README.md index a8aefea..755d938 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Works for RSA and ECDSA public keys. Features ======== -< 100 lines of code | <1kb gzipped | 1.8kb minified | 3.1kb with comments +< 125 lines of code | <1kb gzipped | 2.0kb minified | 3.5kb with comments * [x] SSH Public Key SHA256 Fingerprints * RSA (2048-bit, 3072-bit, 4096-bit) diff --git a/package.json b/package.json index acac9d2..e3af1d6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "ssh-fingerprint", - "version": "1.0.0", - "description": "💯 SSH Fingerprint in a lightweight, zero-dependency VanillaJS node library.", + "name": "greenlock-ssh-fingerprint", + "version": "1.0.1", + "description": "💯 SSH Fingerprint in < 125 lines of VanillaJS node, Zero Dependencies.", "homepage": "https://git.coolaj86.com/coolaj86/ssh-fingerprint.js", "main": "index.js", "bin": { @@ -24,6 +24,7 @@ "url": "https://git.coolaj86.com/coolaj86/ssh-fingerprint.js" }, "keywords": [ + "zero-dependency", "SSH", "Fingerprint", "rsa",