Comparing version 0.0.7 to 0.0.8
@@ -234,4 +234,4 @@ /* | ||
commandDir = path.join(projectPath, 'node_modules', bundle, 'lib', 'command'); | ||
} else if (fs.existsSync(path.join(projectPath, 'bundles', bundle, 'lib', 'command'))){ | ||
commandDir = path.join(projectPath, 'bundles', bundle, 'lib', 'command'); | ||
} else if (fs.existsSync(path.join(projectPath, 'src', bundle, 'lib', 'command'))){ | ||
commandDir = path.join(projectPath, 'src', bundle, 'lib', 'command'); | ||
} | ||
@@ -238,0 +238,0 @@ |
{ | ||
"name": "conga", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "MVC framework for node.js", | ||
@@ -5,0 +5,0 @@ "directories": { |
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
43076