update for publishing

This commit is contained in:
AJ ONeal 2018-11-10 23:59:59 -07:00
parent a7713f9622
commit ab5e1a0ee8
2 changed files with 7 additions and 1 deletions

View File

@ -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.
<!--
Keypairs&trade; for node.js Keypairs&trade; for node.js
=========================== ===========================
@ -90,3 +95,4 @@ Keypairs.jws.sign(options)
Keypairs.csr.generate(options) Keypairs.csr.generate(options)
------------------- -------------------
-->

View File

@ -1,6 +1,6 @@
{ {
"name": "keypairs", "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.", "description": "Interchangeably use RSA & ECDSA with PEM and JWK for Signing, Verifying, CSR generation and JOSE. Ugh... that was a mouthful.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {