From 0b5850cf6acb37af7a1cd663e395ca66060b34bf Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 17 Dec 2018 01:19:45 -0700 Subject: [PATCH] v2.0.2: add node engine restriction --- README.md | 8 +++++--- package.json | 5 ++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eab7419..403f1fc 100644 --- a/README.md +++ b/README.md @@ -266,12 +266,14 @@ but it does matter. # ChangeLog: -* v2.0.0 - * remove ursa and node-forge as strict dependencies -* v1.9.0 +* v2.0 + * remove ursa and node-forge deps + * mark for node v10.11+ +* v1.9 * consistently handle key generation across node crypto, ursa, and forge * move all other operations to rasha.js and rsa-csr.js * bugfix non-standard JWKs output (which *mostly* worked) + * move dependencies to optional * v1.4.0 * remove ursa as dependency (just causes confusion), but note in docs * drop node < v6 support diff --git a/package.json b/package.json index d0fd639..88e773a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,9 @@ { "name": "rsa-compat", - "version": "2.0.1", + "version": "2.0.2", + "engines" : { + "node" : ">=10.12" + }, "description": "RSA utils that work on Windows, Mac, and Linux with or without C compiler", "main": "index.js", "bin": {