diff --git a/package.json b/package.json index 239515c..c947b08 100644 --- a/package.json +++ b/package.json @@ -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",