rename latest cas in postinstall

This commit is contained in:
AJ ONeal 2014-03-07 17:19:01 -07:00
parent f96d02f8c7
commit 32de5c4178
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
{
"name": "ssl-root-cas",
"version": "1.0.1",
"version": "1.0.2",
"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",
"prepublish": "node ca-store-generator.js; mv ssl-root-cas-latest.js ssl-root-cas.js",
"postinstall": "node ca-store-generator.js"
"postinstall": "node ca-store-generator.js; mv ssl-root-cas-latest.js latest.js"
},
"repository": {
"type": "git",