bump to v1.1.9-beta
This commit is contained in:
parent
893a2e0031
commit
f6dd57f51c
|
@ -1,12 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "ssl-root-cas",
|
"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.",
|
"description": "The module you need to solve node's SSL woes when including a custom certificate.",
|
||||||
"main": "ssl-root-cas",
|
"main": "ssl-root-cas",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node ca-store-generator.js ssl-root-cas-test.js",
|
"test": "node ca-store-generator.js ssl-root-cas-test.js",
|
||||||
"prepublish": "node ca-store-generator.js ssl-root-cas.js",
|
"prepublish": "node ca-store-generator.js ssl-root-cas.js"
|
||||||
"postinstall": "node latest.js"
|
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue