v1.0.1: update package and README

This commit is contained in:
AJ ONeal 2018-12-02 23:18:20 -07:00
parent bf95bbb91c
commit d49b5dc747
2 changed files with 5 additions and 4 deletions

View File

@ -8,7 +8,7 @@ Works for RSA and ECDSA public keys.
Features Features
======== ========
&lt; 100 lines of code | <1kb gzipped | 1.8kb minified | 3.1kb with comments &lt; 125 lines of code | <1kb gzipped | 2.0kb minified | 3.5kb with comments
* [x] SSH Public Key SHA256 Fingerprints * [x] SSH Public Key SHA256 Fingerprints
* RSA (2048-bit, 3072-bit, 4096-bit) * RSA (2048-bit, 3072-bit, 4096-bit)

View File

@ -1,7 +1,7 @@
{ {
"name": "ssh-fingerprint", "name": "greenlock-ssh-fingerprint",
"version": "1.0.0", "version": "1.0.1",
"description": "💯 SSH Fingerprint in a lightweight, zero-dependency VanillaJS node library.", "description": "💯 SSH Fingerprint in < 125 lines of VanillaJS node, Zero Dependencies.",
"homepage": "https://git.coolaj86.com/coolaj86/ssh-fingerprint.js", "homepage": "https://git.coolaj86.com/coolaj86/ssh-fingerprint.js",
"main": "index.js", "main": "index.js",
"bin": { "bin": {
@ -24,6 +24,7 @@
"url": "https://git.coolaj86.com/coolaj86/ssh-fingerprint.js" "url": "https://git.coolaj86.com/coolaj86/ssh-fingerprint.js"
}, },
"keywords": [ "keywords": [
"zero-dependency",
"SSH", "SSH",
"Fingerprint", "Fingerprint",
"rsa", "rsa",