fis-command-release
Advanced tools
Comparing version 0.8.4 to 0.8.5
{ | ||
"name" : "fis-command-release", | ||
"description" : "fis release command.", | ||
"version" : "0.8.4", | ||
"version" : "0.8.5", | ||
"author" : "FIS Team <fis@baidu.com>", | ||
@@ -6,0 +6,0 @@ "homepage" : "http://fis.baidu.com/", |
@@ -45,3 +45,2 @@ /* | ||
var LRServer, LRTimer; | ||
@@ -95,7 +94,7 @@ function reload(){ | ||
if(file.release && lastModified[file.subpath] !== mtime){ | ||
lastModified[file.subpath] = mtime; | ||
if(!collection[file.subpath]){ | ||
collection[file.subpath] = file; | ||
process.stdout.write(flag); | ||
} | ||
lastModified[file.subpath] = mtime; | ||
collection[file.subpath] = file; | ||
} | ||
@@ -102,0 +101,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
51744