grunt-hotbox-deploy
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -8,3 +8,3 @@ var gitInfo = require('./gitInfo'); | ||
var HTTP_PREFIX = 'https://' + options.endoint + '/' + options.bucket + '/'; | ||
var HTTP_PREFIX = 'https://' + options.bucket + '.' + options.endoint + '/'; | ||
@@ -11,0 +11,0 @@ var TEMPLATES_PATH = path.join(gitInfo.GIT_BRANCH, 'templates'); |
{ | ||
"name": "grunt-hotbox-deploy", | ||
"description": "Grunt task for deploying front-end bundles to Hotbox", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"author": "e.dydykin@corp.mail.ru", | ||
@@ -6,0 +6,0 @@ "bugs": { |
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
21245