Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
Update node_helper.js
Browse files Browse the repository at this point in the history
force https proto
  • Loading branch information
spectroman committed Jul 27, 2018
1 parent 5a2ae93 commit ac27c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node_helper.js
@@ -1,4 +1,4 @@
var http = require('http');
var http = require('https');
var fs = require('fs');
var del = require('del');
var request = require('request');
Expand Down

0 comments on commit ac27c95

Please sign in to comment.