v1.0.1: update package and README

This commit is contained in:
AJ ONeal 2018-12-02 23:18:20 -07:00
bovenliggende bf95bbb91c
commit d49b5dc747
2 gewijzigde bestanden met toevoegingen van 5 en 4 verwijderingen

Bestand weergeven

@ -8,7 +8,7 @@ Works for RSA and ECDSA public keys.
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
* RSA (2048-bit, 3072-bit, 4096-bit)

Bestand weergeven

@ -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",