bump to v1.1.9-beta

This commit is contained in:
AJ ONeal 2014-10-29 10:52:24 -06:00
parent 893a2e0031
commit f6dd57f51c
1 changed files with 2 additions and 3 deletions

View File

@ -1,12 +1,11 @@
{
"name": "ssl-root-cas",
"version": "1.1.8",
"version": "1.1.9-beta",
"description": "The module you need to solve node's SSL woes when including a custom certificate.",
"main": "ssl-root-cas",
"scripts": {
"test": "node ca-store-generator.js ssl-root-cas-test.js",
"prepublish": "node ca-store-generator.js ssl-root-cas.js",
"postinstall": "node latest.js"
"prepublish": "node ca-store-generator.js ssl-root-cas.js"
},
"repository": {
"type": "git",