Comparing version 1.0.4 to 1.0.5
@@ -17,3 +17,3 @@ var through = require('through2'), | ||
blok._apiCall = function(method, props, callback) { | ||
var req = unirest(method, 'http://' + config.options.url + '/api-v1/theme/' + config.options.themeId); | ||
var req = unirest(method, 'https://' + config.options.url + '/api-v1/theme/' + config.options.themeId); | ||
@@ -20,0 +20,0 @@ req.headers({ |
{ | ||
"name": "gulp-blok", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Tool to publish blok templates and assets", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5982