rename latest cas in postinstall
This commit is contained in:
parent
f96d02f8c7
commit
32de5c4178
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "ssl-root-cas",
|
"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.",
|
"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",
|
"test": "node ca-store-generator.js",
|
||||||
"prepublish": "node ca-store-generator.js; mv ssl-root-cas-latest.js ssl-root-cas.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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue