fis-command-release
Advanced tools
Comparing version 0.2.9 to 0.3.0
@@ -17,3 +17,3 @@ /* | ||
} else { | ||
process.stdout.write(' \u000e '.green.bold + file.subpath + ' \u001a '.yellow.bold + to + release + '\n'); | ||
process.stdout.write(' - '.green.bold + file.subpath + ' >> '.yellow.bold + to + release + '\n'); | ||
} | ||
@@ -20,0 +20,0 @@ } |
{ | ||
"name" : "fis-command-release", | ||
"description" : "fis release command.", | ||
"version" : "0.2.9", | ||
"version" : "0.3.0", | ||
"author" : "FIS Team <fis@baidu.com>", | ||
@@ -6,0 +6,0 @@ "homepage" : "http://fis.baidu.com/", |
@@ -56,7 +56,5 @@ /* | ||
//write a white space. | ||
process.stdout.write(' '); | ||
//compile hooks | ||
var flag, cost, index = 0; | ||
opt.beforeEach = function(){ | ||
flag = '.'; | ||
flag = ' .'; | ||
cost = (new Date).getTime(); | ||
@@ -63,0 +61,0 @@ }; |
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
9582
220