feat: use ursa-optional and add it as dependency #1

Merged
coolaj86 merged 1 commits from :master into master 2018-08-17 00:33:36 +00:00
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"
}
}