gulp-deploy-http-push
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -0,1 +1,8 @@ | ||
## [0.1.1](https://github.com/searchfe/gulp-deploy-http-push/compare/v0.1.0...v0.1.1) (2019-10-24) | ||
### Bug Fixes | ||
* url.parse ([405ea7b](https://github.com/searchfe/gulp-deploy-http-push/commit/405ea7bd2fa82817252b111f8c01963d6e3e1cd2)) | ||
# [0.1.0](https://github.com/searchfe/gulp-deploy-http-push/compare/v0.0.2...v0.1.0) (2019-10-24) | ||
@@ -2,0 +9,0 @@ |
@@ -65,3 +65,3 @@ "use strict"; | ||
opt = opt || {}; | ||
url = url.URL(url); | ||
url = url.parse(url); | ||
var ssl = url.protocol === 'https:'; | ||
@@ -68,0 +68,0 @@ opt.host = opt.host || opt.hostname || ((ssl || url.protocol === 'http:') ? url.hostname : 'localhost'); |
{ | ||
"name": "gulp-deploy-http-push", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"discription": "gulp-deploy-http-push", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
644313