This commit is contained in:
AJ ONeal 2016-06-21 17:17:19 +08:00
parent 69fce496ad
commit 177c34f9da
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "ssl-root-cas",
"version": "1.1.10",
"version": "1.1.11",
"description": "The module you need to solve node's SSL woes when including a custom certificate.",
"main": "ssl-root-cas",
"scripts": {
@ -28,7 +28,7 @@
},
"homepage": "https://github.com/coolaj86/node-ssl-root-cas",
"dependencies": {
"es6-promise": "^2.0.0",
"es6-promise": "^3.2.1",
"request": "^2.47.0"
}
}