v1.6.1: make ursa-optional itself optional
This commit is contained in:
parent
3f7339a491
commit
e26d479cf0
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "rsa-compat",
|
"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",
|
"description": "RSA utils that work on Windows, Mac, and Linux with or without C compiler",
|
||||||
"main": "node.js",
|
"main": "node.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
@ -33,7 +33,9 @@
|
||||||
},
|
},
|
||||||
"homepage": "https://git.coolaj86.com/coolaj86/rsa-compat.js#readme",
|
"homepage": "https://git.coolaj86.com/coolaj86/rsa-compat.js#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"node-forge": "^0.7.6",
|
"node-forge": "^0.7.6"
|
||||||
|
},
|
||||||
|
"optionalDependencies": {
|
||||||
"ursa-optional": "^0.9.6"
|
"ursa-optional": "^0.9.6"
|
||||||
},
|
},
|
||||||
"trulyOptionalDependencies": {
|
"trulyOptionalDependencies": {
|
||||||
|
|
Loading…
Reference in New Issue