Skip to content

Commit 5a96dda

Browse files
committed
use the updated system CA for trust
1 parent 0892968 commit 5a96dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"scripts": {
21-
"start": "node index.js",
21+
"start": "node --use-openssl-ca index.js",
2222
"postinstall": "./postinstall.sh",
2323
"test": "NODE_ENV=test BLUEBIRD_DEBUG=1 jest"
2424
},

0 commit comments

Comments
 (0)