From ab5e1a0ee836f496b1db03823707048a89a1b8cf Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 10 Nov 2018 23:59:59 -0700 Subject: [PATCH] update for publishing --- README.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac0deca..2c33379 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +This is being ported from code from rsa-compat.js, greenlock.html (bacme.js), and others. + +Today is 2018-10-10 come back in a week. + + diff --git a/package.json b/package.json index 7f637fe..017cac1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "keypairs", - "version": "1.0.0", + "version": "0.0.1", "description": "Interchangeably use RSA & ECDSA with PEM and JWK for Signing, Verifying, CSR generation and JOSE. Ugh... that was a mouthful.", "main": "index.js", "scripts": {