boom-deploy
Advanced tools
Comparing version 0.2.60 to 0.2.61
@@ -99,2 +99,5 @@ | ||
new Task('color', function(data){ | ||
local('cd {{cwdPath}} && npm outdated'); | ||
}); | ||
@@ -101,0 +104,0 @@ new Task('test2', function(data){ |
@@ -161,3 +161,3 @@ | ||
new Helper(function detectHead(){ | ||
var output = local('git ls-remote {{repo}} \'{{branch}}\''); | ||
var output = local('git ls-remote {{cloneUrl}} \'{{branch}}\''); | ||
var head = output.split(/\s+/).shift(); | ||
@@ -164,0 +164,0 @@ if (!head) throw 'Has no commit in `' + get('branch') + '` branch.'; |
{ | ||
"name": "boom-deploy", | ||
"main": "boom.js", | ||
"version": "0.2.60", | ||
"version": "0.2.61", | ||
"description": "deploy your app", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
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
86967
2448