egg-controller
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -7,2 +7,4 @@ "use strict"; | ||
function autoLoadDir(dirPath) { | ||
if (!fs.existsSync(dirPath)) | ||
return; | ||
fs.readdirSync(dirPath) | ||
@@ -9,0 +11,0 @@ .forEach(dirName => { |
{ | ||
"name": "egg-controller", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "controller for egg.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
35376
827