Merge branch 'feat/ursa-optional' of mkg20001/rsa-compat.js into master

This commit is contained in:
AJ ONeal 2018-07-10 19:50:13 +00:00 committed by Gitea
commit c145c8afc1
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
'use strict';
var ursa = require('ursa');
var ursa = require('ursa-optional');
function notToJson() {
return undefined;

View File

@ -39,7 +39,8 @@
},
"homepage": "https://git.coolaj86.com/coolaj86/rsa-compat.js#readme",
"dependencies": {
"node-forge": "^0.6.41"
"node-forge": "^0.6.41",
"ursa-optional": "^0.9.4"
},
"trulyOptionalDependencies": {
"buffer-v6-polyfill": "^1.0.3",