feat: Use ursa-optional as dependency

This commit is contained in:
Maciej Krüger 2018-08-07 11:53:35 +02:00
parent aae4ad4e3f
commit d824611283
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F
1 changed files with 3 additions and 6 deletions

View File

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