fis-command-release
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -18,3 +18,4 @@ /* | ||
} else { | ||
console.log(file.realpath); | ||
process.stdout.write('┬' + file.realpath + '\n'); | ||
process.stdout.write('└' + dest.to + file.release + '\n'); | ||
} | ||
@@ -29,3 +30,3 @@ } | ||
function normilize(str){ | ||
return '/' + String(str || '').replace(/^\//, ''); | ||
return '/' + String(str || '').replace(/^\/|\/$/, ''); | ||
} | ||
@@ -32,0 +33,0 @@ |
{ | ||
"name" : "fis-command-release", | ||
"description" : "fis release command.", | ||
"version" : "0.1.2", | ||
"version" : "0.1.3", | ||
"author" : "FIS Team <fis@baidu.com>", | ||
@@ -6,0 +6,0 @@ "homepage" : "http://fis.baidu.com/", |
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
7509
184