From e26d479cf0343f80b415aa1d7e296790c36b1be8 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 4 Nov 2018 23:10:47 -0700 Subject: [PATCH] v1.6.1: make ursa-optional itself optional --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4eda652..063459e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rsa-compat", - "version": "1.6.0", + "version": "1.6.1", "description": "RSA utils that work on Windows, Mac, and Linux with or without C compiler", "main": "node.js", "bin": { @@ -33,7 +33,9 @@ }, "homepage": "https://git.coolaj86.com/coolaj86/rsa-compat.js#readme", "dependencies": { - "node-forge": "^0.7.6", + "node-forge": "^0.7.6" + }, + "optionalDependencies": { "ursa-optional": "^0.9.6" }, "trulyOptionalDependencies": {