Skip to content

Commit 15ff320

Browse files
MichaelGPrinceauesuguiJacobViesselman
committed
Updated package.json
Co-authored-by: Adrian Uesugui <[email protected]> Co-authored-by: Jacob Viesselman <[email protected]>
1 parent 47a9c0b commit 15ff320

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Allow self-signing HTTPS over TLS
2-
process.env.NODE_TLS_REJECT_UNAUTHORIZED = 1;
2+
// process.env.NODE_TLS_REJECT_UNAUTHORIZED = 1;
33
// Allow self-signing HTTPS over TLS
44
// Disabling Node's rejection of invalid/unauthorized certificates
5-
// process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";
5+
process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";
66
// from stack overflow: https://stackoverflow.com/a/35633993/11606641
77
// Your fix is insecure and shouldn't really be done at all, but is often done in development (it should never be done in production).
88
// The proper solution should be to put the self-signed certificate in your trusted root store OR to get a proper certificate signed by an existing Certificate Authority (which is already trusted by your server).

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swell",
3-
"version": "0.10.0",
3+
"version": "1.0.0",
44
"description": "Swell",
55
"main": "main.js",
66
"repository": "https://github.com/open-source-labs/Swell",
@@ -482,7 +482,7 @@
482482
},
483483
{
484484
"name": "Jacob Viesselman",
485-
"email": "https://www.linkedin.com/in/jacob-viesselman-585a2b101/",
485+
"email": "https://www.linkedin.com/in/jacobviesselman/",
486486
"url": "https://github.com/JacobViesselman"
487487
},
488488
{

0 commit comments

Comments
 (0)