Update package.json

This commit is contained in:
AJ ONeal 2017-09-12 20:52:48 -06:00
parent c10b3958e4
commit f658158873
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "ssl-root-cas",
"version": "1.2.3",
"version": "1.2.4",
"description": "The module you need to solve node's SSL woes when including a custom certificate.",
"main": "ssl-root-cas",
"scripts": {
@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/coolaj86/node-ssl-root-cas.git"
"url": "git://git.daplie.com/Daplie/node-ssl-root-cas.git"
},
"keywords": [
"SSL",
@ -24,11 +24,11 @@
],
"license": "Apache2",
"bugs": {
"url": "https://github.com/coolaj86/node-ssl-root-cas/issues"
"url": "https://git.daplie.com/Daplie/node-ssl-root-cas/issues"
},
"homepage": "https://github.com/coolaj86/node-ssl-root-cas",
"homepage": "https://git.daplie.com/Daplie/node-ssl-root-cas",
"dependencies": {
"bluebird": "^3.4.1",
"request": "^2.47.0"
}
}
}